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 IRExpressionNewExpressionTransformer.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 voidGosuParser._parseAnonymousInnerClass(IType declaringClass, IGosuClassInternal gsDeclaringClass, ICompilableTypeInternal enclosingType, int iNameOffset, NewExpression newExpr, int mark) private ArrayList<IConstructorType>GosuParser.getPreliminaryConstructorTypes(IType declaringClass, NewExpression e) private ITypeGosuParser.parseAnonymousInnerClass(IType declaringClass, TypeLiteral typeLiteral, NewExpression newExpr, int state, int mark) private voidGosuParser.verifyCanConstructInnerClassFromCallSite(NewExpression e, IType innerClass) private voidGosuParser.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 TypeMethodDescriptionvoidNewStatement.setNewExpression(NewExpression newExpression)