Uses of Class
gw.internal.gosu.parser.expressions.BlockExpression
-
Packages that use BlockExpression Package Description gw.internal.gosu.ir.transform.expression gw.internal.gosu.parser -
-
Uses of BlockExpression in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type BlockExpression Modifier and Type Method Description static IRExpressionBlockExpressionTransformer. compile(TopLevelTransformationContext cc, BlockExpression blockExpression) -
Uses of BlockExpression in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as BlockExpression Modifier and Type Field Description private BlockExpressionGosuClassParseInfo. _blockFields in gw.internal.gosu.parser with type parameters of type BlockExpression Modifier and Type Field Description (package private) Stack<BlockExpression>ParserBase. _blocksMethods in gw.internal.gosu.parser that return BlockExpression Modifier and Type Method Description BlockExpressionBlockClass. getBlock()BlockExpressionGosuClassParseInfo. getBlock()Methods in gw.internal.gosu.parser with parameters of type BlockExpression Modifier and Type Method Description voidParserBase. addBlockToBlockStack(BlockExpression block)private IFunctionTypeBlockClass. convertToObjectSignature(BlockExpression blk)private java.util.List<ISymbol>BlockClass. convertToObjectSymbols(BlockExpression blk)static IBlockClassInternalBlockClass. create(ICompilableTypeInternal enclosingClass, BlockExpression block, boolean staticBlock)voidParserBase. pushCurrentBlock(BlockExpression block)voidGosuClassParseInfo. setBlock(BlockExpression blk)Method parameters in gw.internal.gosu.parser with type arguments of type BlockExpression Modifier and Type Method Description voidParserBase. setBlocks(Stack<BlockExpression> blocks)Constructors in gw.internal.gosu.parser with parameters of type BlockExpression Constructor Description BlockClass(BlockExpression blk)BlockClass(ICompilableType enclosingClass, int i, BlockExpression blk)
-