Package com.cloudimpl.codegen4j
Class Var
- java.lang.Object
-
- com.cloudimpl.codegen4j.Statement
-
- com.cloudimpl.codegen4j.Var
-
public class Var extends Statement
- Author:
- nuwansa
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Varassign(String val)VarassignFunction(AnnoymousFunctionBlock functionBlock)VarassingObj(JavaObject obj)<T> Tend()ObjectgetVal()VarwithAccess(AccessLevel level)VarwithFinal()VarwithNull()VarwithStatic()-
Methods inherited from class com.cloudimpl.codegen4j.Statement
append, append, append, append2, cb, getAnnotations, ob, toString, withAnnotation
-
-
-
-
Field Detail
-
level
protected AccessLevel level
-
type
protected String type
-
var
protected String var
-
val
protected Object val
-
isFinal
protected boolean isFinal
-
isStatc
protected boolean isStatc
-
-
Method Detail
-
withFinal
public Var withFinal()
-
withStatic
public Var withStatic()
-
withNull
public Var withNull()
-
withAccess
public Var withAccess(AccessLevel level)
-
assingObj
public Var assingObj(JavaObject obj)
-
assignFunction
public Var assignFunction(AnnoymousFunctionBlock functionBlock)
-
getVal
public Object getVal()
-
-