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:
getExpression
in interfaceIParseResult
-
getStatement
- Specified by:
getStatement
in interfaceIParseResult
-
getParsedElement
- Specified by:
getParsedElement
in interfaceIParseResult
-
getRawExpression
- Specified by:
getRawExpression
in interfaceIParseResult
-
getProgram
- Specified by:
getProgram
in interfaceIParseResult
-
isLiteral
public boolean isLiteral()- Specified by:
isLiteral
in interfaceIParseResult
-
isProgram
public boolean isProgram()- Specified by:
isProgram
in interfaceIParseResult
-
getType
-
evaluate
- Specified by:
evaluate
in interfaceIParseResult
-