Uses of Interface
gw.lang.parser.expressions.INewExpression
-
Packages that use INewExpression Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.lang.parser.expressions gw.lang.parser.statements -
-
Uses of INewExpression in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as INewExpression Modifier and Type Field Description private INewExpressionGosuAnnotationInfo. _exprMethods in gw.internal.gosu.parser that return INewExpression Modifier and Type Method Description private INewExpressionGosuAnnotationInfo. getExpr()private INewExpressionGosuAnnotationInfo. parseNewExpression() -
Uses of INewExpression in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement INewExpression Modifier and Type Class Description classAnnotationExpressionclassInferredNewExpressionclassNewExpressionThe '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 interfaceIAnnotationExpressioninterfaceIInferredNewExpression -
Uses of INewExpression in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return INewExpression Modifier and Type Method Description INewExpressionINewStatement. getNewExpression()
-