public class Var extends TupleArgument
TupleArgument
,
Value
,
Serialized Formvalue
Constructor and Description |
---|
Var()
Constructs an anonymous variable tuple argument
|
Var(java.lang.String n)
Construct a variable tuple argument identified with a name
|
doubleValue, floatValue, getArg, getArg, getArity, getName, getPredicateIndicator, getVarValue, intValue, isAtom, isAtomic, isDouble, isFloat, isInt, isInteger, isList, isLong, isNumber, isReal, isStruct, isValue, isVar, listIterator, longValue, match, parse, propagate, toArray, toList, toString, toTerm
public Var()
public Var(java.lang.String n) throws InvalidVarNameException
n
- the name of the variable, which must start with an upper case
letter or the underscoreInvalidVarNameException
- if the text does not represent a valid Var name