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 classBlockInvocationGosu block invocation expression. -
Uses of IBlockInvocation in gw.internal.gosu.parser.statements
Fields in gw.internal.gosu.parser.statements declared as IBlockInvocation Modifier and Type Field Description (package private) IBlockInvocationBlockInvocationStatement. _invocationMethods in gw.internal.gosu.parser.statements that return IBlockInvocation Modifier and Type Method Description IBlockInvocationBlockInvocationStatement. getBlockInvocation()Constructors in gw.internal.gosu.parser.statements with parameters of type IBlockInvocation Constructor Description BlockInvocationStatement(IBlockInvocation invocation)
-