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.


Variable Index

 o functor

Constructor Index

 o lt_2()

Method Index

 o compile_call(ClauseCodeGen, Term[], boolean)
Compiles a call to this predicate.
 o exec(Term[], Prolog)
Implements the functionality of the call.

Variables

 o functor
 public static final String functor

Constructors

 o lt_2
 public lt_2()

Methods

 o exec
 public boolean exec(Term args[],
                     Prolog p) throws ArgumentException
Implements the functionality of the call.

Overrides:
exec in class CompiledPredicate
 o 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