Uses of Interface
gw.lang.parser.expressions.IBlockExpression
-
Packages that use IBlockExpression Package Description gw.internal.gosu.ir.transform.expression gw.internal.gosu.parser.expressions gw.lang.function gw.lang.parser -
-
Uses of IBlockExpression in gw.internal.gosu.ir.transform.expression
Constructors in gw.internal.gosu.ir.transform.expression with parameters of type IBlockExpression Constructor Description BlockExpressionTransformer(TopLevelTransformationContext cc, IBlockExpression parsedElem)
-
Uses of IBlockExpression in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement IBlockExpression Modifier and Type Class Description class
BlockExpression
A block expression, representing an anonymous function/closure -
Uses of IBlockExpression in gw.lang.function
Methods in gw.lang.function that return IBlockExpression Modifier and Type Method Description IBlockExpression
AbstractBlock. getParsedElement()
IBlockExpression
IBlock. getParsedElement()
-
Uses of IBlockExpression in gw.lang.parser
Methods in gw.lang.parser that return IBlockExpression Modifier and Type Method Description IBlockExpression
IBlockClass. getBlock()
-