Uses of Interface
gw.lang.parser.expressions.IBlockInvocation
-
Packages that use IBlockInvocation Package Description gw.internal.gosu.parser.expressions gw.internal.gosu.parser.statements -
-
Uses of IBlockInvocation in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement IBlockInvocation Modifier and Type Class Description class
BlockInvocation
Gosu block invocation expression. -
Uses of IBlockInvocation in gw.internal.gosu.parser.statements
Methods in gw.internal.gosu.parser.statements that return IBlockInvocation Modifier and Type Method Description IBlockInvocation
BlockInvocationStatement. getBlockInvocation()
Constructors in gw.internal.gosu.parser.statements with parameters of type IBlockInvocation Constructor Description BlockInvocationStatement(IBlockInvocation invocation)
-