Uses of Interface
gw.lang.parser.expressions.IBinaryExpression
Packages that use IBinaryExpression
-
Uses of IBinaryExpression in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement IBinaryExpressionModifier and TypeClassDescriptionclass
final class
Represents a conditional AND expression in the Gosu grammar:class
The base class for conditional expressions with logical operators e.g., && || ==.final class
Represents a conditional OR expression in the Gosu grammar:class
Represents an equality expression in the Gosu grammar:class
Represents an identity expression in the Gosu grammar:final class
Represents an interval expression in the Gosu grammar:final class
Represents a relational expression in the Gosu grammar: -
Uses of IBinaryExpression in gw.lang.parser.expressions
Subinterfaces of IBinaryExpression in gw.lang.parser.expressions