All Packages Class Hierarchy This Package Previous Next Index
Class prolog.lib.lt_2
java.lang.Object
|
+----prolog.Predicate
|
+----prolog.CompiledPredicate
|
+----prolog.lib.lt_2
- public class lt_2
- extends CompiledPredicate
lt/2: Less than.
-
functor
-
-
lt_2()
-
-
compile_call(ClauseCodeGen, Term[], boolean)
- Compiles a call to this predicate.
-
exec(Term[], Prolog)
- Implements the functionality of the call.
functor
public static final String functor
lt_2
public lt_2()
exec
public boolean exec(Term args[],
Prolog p) throws ArgumentException
- Implements the functionality of the call.
- Overrides:
- exec in class CompiledPredicate
compile_call
public boolean compile_call(ClauseCodeGen ccg,
Term args[],
boolean lastcall)
- Compiles a call to this predicate.
- Overrides:
- compile_call in class Predicate
All Packages Class Hierarchy This Package Previous Next Index