All Packages Class Hierarchy This Package Previous Next Index
Class prolog.lib.functor_3
java.lang.Object
|
+----prolog.Predicate
|
+----prolog.CompiledPredicate
|
+----prolog.lib.functor_3
- public class functor_3
- extends CompiledPredicate
functor/3: Build and pull apart Compound terms.
-
functor_3()
-
-
exec(Term[], Prolog)
- Implements the functionality of the call.
-
toString()
-
functor_3
public functor_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