Package net.binis.codegen.compiler.utils
Class ElementFieldUtils
java.lang.Object
net.binis.codegen.compiler.utils.ElementUtils
net.binis.codegen.compiler.utils.ElementFieldUtils
-
Field Summary
Fields inherited from class net.binis.codegen.compiler.utils.ElementUtils
CLASS_MAP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CGVariableDeclstatic CGVariableDecladdField(Element element, String name, Class<?> type, long flags, CGExpression init) static CGExpressioncopyType(TreeMaker treeMaker, CGVariableDecl field) Methods inherited from class net.binis.codegen.compiler.utils.ElementUtils
calcExpression, chainDots, chainDots, chainDots, chainDotsString, chainDotsString, classToExpression, cloneType, createFieldAccess, getDeclaration, getDeclaration, getSymbolFullName, initClassMap, primitiveTypeTag, registerClass, selfType, toType
-
Constructor Details
-
ElementFieldUtils
public ElementFieldUtils()
-
-
Method Details
-
addField
public static CGVariableDecl addField(Element element, String name, Class<?> type, long flags, CGExpression init) -
addField
-
copyType
-