Method | Description | |
---|---|---|
ASTEQNode ( Parser p, int id ) : System | ||
ASTEQNode ( int id ) : System | ||
Accept ( IParserVisitor visitor, Object data ) : Object |
Accept the visitor. *
|
|
Evaluate ( IInternalContextAdapter context ) : bool |
Calculates the value of the logical expression arg1 == arg2 All class types are supported. Uses equals() to determine equivalence. This should work as we represent with the types we already support, and anything else that implements equals() to mean more than identical references.
|
public ASTEQNode ( Parser p, int id ) : System | ||
p | Parser | |
id | int | |
return | System |
public Accept ( IParserVisitor visitor, Object data ) : Object | ||
visitor | IParserVisitor | |
data | Object | |
return | Object |
public Evaluate ( IInternalContextAdapter context ) : bool | ||
context | IInternalContextAdapter | internal context used to evaluate the LHS and RHS |
return | bool |