|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--alice.logictuple.TupleArgument
|
+--alice.logictuple.Var
Defines Variable argument of tuples, identified by a name
TupleArgument,
Value, Serialized Form| 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 |
public static final Var ANY
| Constructor Detail |
public Var(java.lang.String n)
throws InvalidVarNameException
n - the name of the variable, which must start with an upper case letter
or must be equal to "_"InvalidVarNameException - if it is not a valid namepublic Var()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||