Uses of Class
gw.internal.gosu.parser.expressions.NewExpression
Packages that use NewExpression
Package
Description
-
Uses of NewExpression in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type NewExpressionModifier and TypeMethodDescriptionstatic IRExpression
NewExpressionTransformer.compile
(TopLevelTransformationContext cc, NewExpression expr) Constructors in gw.internal.gosu.ir.transform.expression with parameters of type NewExpressionModifierConstructorDescriptionprivate
-
Uses of NewExpression in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type NewExpressionModifier and TypeMethodDescriptionprivate void
GosuParser._parseAnonymousInnerClass
(IType declaringClass, IGosuClassInternal gsDeclaringClass, ICompilableTypeInternal enclosingType, int iNameOffset, NewExpression newExpr, int mark) private ArrayList<IConstructorType>
GosuParser.getPreliminaryConstructorTypes
(IType declaringClass, NewExpression e) private IType
GosuParser.parseAnonymousInnerClass
(IType declaringClass, TypeLiteral typeLiteral, NewExpression newExpr, int state, int mark) private void
GosuParser.verifyCanConstructInnerClassFromCallSite
(NewExpression e, IType innerClass) private void
GosuParser.verifyConstructorIsAccessible
(IType instanceClass, NewExpression e, IConstructorType constructorType, boolean bAnonymous) -
Uses of NewExpression in gw.internal.gosu.parser.expressions
Subclasses of NewExpression in gw.internal.gosu.parser.expressions -
Uses of NewExpression in gw.internal.gosu.parser.statements
Fields in gw.internal.gosu.parser.statements declared as NewExpressionMethods in gw.internal.gosu.parser.statements that return NewExpressionMethods in gw.internal.gosu.parser.statements with parameters of type NewExpressionModifier and TypeMethodDescriptionvoid
NewStatement.setNewExpression
(NewExpression newExpression)