Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.logictuple
Class Var  view Var download Var.java

java.lang.Object
  extended byalice.logictuple.TupleArgument
      extended byalice.logictuple.Var
All Implemented Interfaces:
java.io.Serializable

public class Var
extends TupleArgument

Defines Variable argument of tuples, identified by a name

Version:
1.0

Field Summary
static Var ANY
          the 'any' (anonymous, which is _) variable constant
 
Fields inherited from class alice.logictuple.TupleArgument
value
 
Constructor Summary
Var()
          Constructs an anonymous variable tuple argument
Var(java.lang.String n)
          Construct a variable tuple argument identified with a name
 
Methods inherited from class alice.logictuple.TupleArgument
getArg, getArity, getFloat, getInt, getName, getString, isFloat, isInt, isNumber, isString, isStruct, isValue, isVar, toString, toTerm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ANY

public static final Var ANY
the 'any' (anonymous, which is _) variable constant

Constructor Detail

Var

public Var(java.lang.String n)
    throws InvalidVarNameException
Construct a variable tuple argument identified with a name


Var

public Var()
Constructs an anonymous variable tuple argument