Package gw.lang.parser
Class ParseResult
java.lang.Object
gw.lang.parser.ParseResult
- All Implemented Interfaces:
IHasType,IParseResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_expr
-
_program
-
-
Constructor Details
-
ParseResult
public ParseResult() -
ParseResult
-
ParseResult
-
-
Method Details
-
getExpression
- Specified by:
getExpressionin interfaceIParseResult
-
getStatement
- Specified by:
getStatementin interfaceIParseResult
-
getParsedElement
- Specified by:
getParsedElementin interfaceIParseResult
-
getRawExpression
- Specified by:
getRawExpressionin interfaceIParseResult
-
getProgram
- Specified by:
getProgramin interfaceIParseResult
-
isLiteral
public boolean isLiteral()- Specified by:
isLiteralin interfaceIParseResult
-
isProgram
public boolean isProgram()- Specified by:
isProgramin interfaceIParseResult
-
getType
-
evaluate
- Specified by:
evaluatein interfaceIParseResult
-