|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mov.parser.expression.AbstractExpression org.mov.parser.expression.TerminalExpression
public abstract class TerminalExpression
Abstract base class for all expressions requiring no arguments.
Field Summary |
---|
Fields inherited from interface org.mov.parser.Expression |
---|
BOOLEAN_TYPE, FALSE, FLOAT_QUOTE_TYPE, FLOAT_TYPE, INTEGER_QUOTE_TYPE, INTEGER_TYPE, STRING_TYPE, TRUE, TRUE_LEVEL |
Constructor Summary | |
---|---|
TerminalExpression()
Create a new terminal expression. |
Method Summary | |
---|---|
int |
checkType()
Perform type checking on the expression. |
int |
getChildCount()
Return the number of children required in a terminal expression. |
Methods inherited from class org.mov.parser.expression.AbstractExpression |
---|
clone, equals, getChild, getIndex, getNumberFormat, getParent, hashCode, isRoot, iterator, parseDouble, parseInt, setChild, setParent, simplify, size, size, valueOfDouble, valueOfInt |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.mov.parser.Expression |
---|
evaluate, getType, toString |
Constructor Detail |
---|
public TerminalExpression()
Method Detail |
---|
public int getChildCount()
0
.
0
public int checkType() throws TypeMismatchException
Expression
TypeMismatchException
- if the expression has incorrect types
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |