public abstract static class Expression.Variable extends Expression.Base
Expression.Application, Expression.Base, Expression.BoolConstant, Expression.Constant, Expression.Fixed, Expression.Util, Expression.Valof, Expression.VariableFALSE, TRUE| Constructor and Description |
|---|
Expression.Variable() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getName()
If this Expression is a variable, answer a [non-null] String which is its name.
|
boolean |
isVariable()
Answer true iff this Expression represents a variable.
|
argCount, equals, getArg, getFun, getValue, isApply, isConstantgetClass, hashCode, notify, notifyAll, toString, wait, wait, waitpreparepublic boolean isVariable()
ExpressionisVariable in interface ExpressionisVariable in class Expression.Basepublic abstract String getName()
ExpressiongetName in interface ExpressiongetName in class Expression.BaseLicenced under the Apache License, Version 2.0