Class InstanceOfNode
java.lang.Object
com.aquima.interactions.expressions.parser.ParseNodeBase
com.aquima.interactions.expressions.r7.parser.nodes.InstanceOfNode
- All Implemented Interfaces:
IParseNode
The instance-of expression will check the left-hand-side expression against the type specified by the
right-hand-side.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsConstructorDescriptionInstanceOfNode
(IParseNode instanceExpr, IParseNode typeExpr) Constructs the class with the required arguments. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the expression of which the type should be checked.This method returns the expression that results in the type name.toString()
Methods inherited from class com.aquima.interactions.expressions.parser.ParseNodeBase
getEndPosition, getPosition, setPosition
-
Constructor Details
-
Method Details