Package net.binis.codegen.compiler
Class CGLambda
java.lang.Object
net.binis.codegen.compiler.base.JavaCompilerObject
net.binis.codegen.compiler.CGTree
net.binis.codegen.compiler.CGExpression
net.binis.codegen.compiler.CGLambda
-
Field Summary
FieldsFields inherited from class net.binis.codegen.compiler.base.JavaCompilerObject
cls, context, env, instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()protected voidinit()protected voidonModify(CGList<CGVariableDecl> list) voidMethods inherited from class net.binis.codegen.compiler.CGExpression
getKey, getKeyAsString, getValue, getValueAsString, theClassMethods inherited from class net.binis.codegen.compiler.base.JavaCompilerObject
getCls, getContext, getInstance, getPos, is, setPos, toName, toString
-
Field Details
-
params
-
-
Constructor Details
-
CGLambda
-
-
Method Details
-
init
protected void init()- Overrides:
initin classCGExpression
-
getExpression
-
getBody
-
setBody
-
getParameters
-
onModify
-