Uses of Package
gw.internal.gosu.parser.expressions
Packages that use gw.internal.gosu.parser.expressions
Package
Description
-
Classes in gw.internal.gosu.parser.expressions used by gw.internal.gosu.ir.transform
-
Classes in gw.internal.gosu.parser.expressions used by gw.internal.gosu.ir.transform.expressionClassDescriptionRepresents an additive expression in the Gosu grammar:The base class for arithmetic expressions with binary operators e.g., + - * / %.Represents a member access expression in the Gosu grammar:An expression representing a bean method call:Represents a bitshift expression in the Gosu grammar:Represents a bitwise OR expression in the Gosu grammar:Represents a bitwise OR expression in the Gosu grammar:Represents a bitwise OR expression in the Gosu grammar:A block expression, representing an anonymous function/closureGosu block invocation expression.A literal expression for Boolean values.Represents a String literal expression as defined in the Gosu grammar.Represents a conditional AND expression in the Gosu grammar:Represents a conditional OR expression in the Gosu grammar:Conditional Ternary Expression as specified in the Gosu.The root (marker) class for all Literal expressions.Represents an equality expression in the Gosu grammar:The 'eval' operator as an expression:Represents a feature literal expression as defined in the Gosu grammar.Represents an identity expression in the Gosu grammar:Represents an interval expression in the Gosu grammar:Represents a member access expression in the Gosu grammar:Represents a member expansion access expression in the Gosu grammar:Represents a multiplicative expression in the Gosu grammar:The 'new' operator as an expression:An expression representing a 'null' expression i.e., the null keyword.An expression representing number literals as defined in the Gosu grammar.Represents a relational expression in the Gosu grammar:Represents a StaticTypeOf expression as defined in the Gosu grammar.Represents a String literal expression as defined in the Gosu grammar.super'[' <type-literal> ']' where <type-literal> must be a type from the class's declared super or interfacesRepresents a typeis expression in the Gosu grammar:Represents a Type literal expression as defined in the Gosu grammar.Represents a unary expression as defined in the Gosu grammar.Represents a unary-not-plus-minus expression as defined in the Gosu grammar.
-
Classes in gw.internal.gosu.parser.expressions used by gw.internal.gosu.ir.transform.statementClassDescriptionRepresents a member access expression in the Gosu grammar:
-
Classes in gw.internal.gosu.parser.expressions used by gw.internal.gosu.parserClassDescriptionThe base class for arithmetic expressions with binary operators e.g., + - * / %.An expression representing a bean method call:A block expression, representing an anonymous function/closureConditional Ternary Expression as specified in the Gosu.Represents an equality expression in the Gosu grammar:Represents a feature literal expression as defined in the Gosu grammar.Gosu identifier expression.The root (marker) class for all Literal expressions.Represents a member access expression in the Gosu grammar:The 'new' operator as an expression:An expression representing number literals as defined in the Gosu grammar.An expression representing a Program:Represents a typeas expression in the Gosu grammar:Represents a Type literal expression as defined in the Gosu grammar.
-
Classes in gw.internal.gosu.parser.expressions used by gw.internal.gosu.parser.expressionsClassDescriptionThe base class for arithmetic expressions with binary operators e.g., + - * / %.Represents a member access expression in the Gosu grammar:A literal expression for Boolean values.The base class for conditional expressions with logical operators e.g., && || ==.Gosu identifier expression.The root (marker) class for all Literal expressions.Represents a member access expression in the Gosu grammar:Represents a member expansion access expression in the Gosu grammar:The 'new' operator as an expression:An expression representing a 'null' expression i.e., the null keyword.An expression representing number literals as defined in the Gosu grammar.Represents a typeas expression in the Gosu grammar:Represents a Type literal expression as defined in the Gosu grammar.
-
Classes in gw.internal.gosu.parser.expressions used by gw.internal.gosu.parser.optimizer
-
Classes in gw.internal.gosu.parser.expressions used by gw.internal.gosu.parser.statementsClassDescriptionRepresents a member access expression in the Gosu grammar:An expression representing a bean method call:The 'eval' operator as an expression:Gosu identifier expression.Represents a member access expression in the Gosu grammar:The 'new' operator as an expression:Represents a Type literal expression as defined in the Gosu grammar.
-
Classes in gw.internal.gosu.parser.expressions used by gw.internal.gosu.template