Uses of Class
gw.internal.gosu.parser.expressions.BlockExpression
Packages that use BlockExpression
-
Uses of BlockExpression in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type BlockExpressionModifier and TypeMethodDescriptionstatic IRExpression
BlockExpressionTransformer.compile
(TopLevelTransformationContext cc, BlockExpression blockExpression) -
Uses of BlockExpression in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as BlockExpressionFields in gw.internal.gosu.parser with type parameters of type BlockExpressionMethods in gw.internal.gosu.parser that return BlockExpressionMethods in gw.internal.gosu.parser with parameters of type BlockExpressionModifier and TypeMethodDescriptionvoid
ParserBase.addBlockToBlockStack
(BlockExpression block) private IFunctionType
BlockClass.convertToObjectSignature
(BlockExpression blk) BlockClass.convertToObjectSymbols
(BlockExpression blk) static IBlockClassInternal
BlockClass.create
(ICompilableTypeInternal enclosingClass, BlockExpression block, boolean staticBlock) void
ParserBase.pushCurrentBlock
(BlockExpression block) void
GosuClassParseInfo.setBlock
(BlockExpression blk) Method parameters in gw.internal.gosu.parser with type arguments of type BlockExpressionConstructors in gw.internal.gosu.parser with parameters of type BlockExpressionModifierConstructorDescriptionprivate
private
BlockClass
(ICompilableType enclosingClass, int i, BlockExpression blk)