All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.var_1

java.lang.Object
   |
   +----prolog.Predicate
           |
           +----prolog.CompiledPredicate
                   |
                   +----prolog.lib.var_1

public class var_1
extends CompiledPredicate
var/1: is X a variable?


Constructor Index

 o var_1()

Method Index

 o exec(Term[], Prolog)
Implements the functionality of the call.

Constructors

 o var_1
 public var_1()

Methods

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

Overrides:
exec in class CompiledPredicate

All Packages  Class Hierarchy  This Package  Previous  Next  Index