All Packages Class Hierarchy This Package Previous Next Index
Class prolog.lib.arg_3
java.lang.Object
|
+----prolog.Predicate
|
+----prolog.CompiledPredicate
|
+----prolog.lib.arg_3
- public class arg_3
- extends CompiledPredicate
arg/3: Extract the ith argument of a Compound
term.
-
arg_3()
-
-
exec(Term[], Prolog)
- Implements the functionality of the call.
-
toString()
-
arg_3
public arg_3()
exec
public boolean exec(Term args[],
Prolog p) throws ArgumentException
- Implements the functionality of the call.
- Overrides:
- exec in class CompiledPredicate
toString
public String toString()
- Overrides:
- toString in class CompiledPredicate
All Packages Class Hierarchy This Package Previous Next Index