Uses of Interface
gw.lang.parser.expressions.INewExpression
-
Packages that use INewExpression Package Description gw.internal.gosu.parser.expressions gw.lang.parser.expressions gw.lang.parser.statements -
-
Uses of INewExpression in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement INewExpression Modifier and Type Class Description class
AnnotationExpression
class
InferredNewExpression
class
NewExpression
The 'new' operator as an expression: -
Uses of INewExpression in gw.lang.parser.expressions
Subinterfaces of INewExpression in gw.lang.parser.expressions Modifier and Type Interface Description interface
IAnnotationExpression
interface
IInferredNewExpression
-
Uses of INewExpression in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return INewExpression Modifier and Type Method Description INewExpression
INewStatement. getNewExpression()
-