Package net.binis.codegen.compiler.utils
Class ElementFieldUtils
java.lang.Object
net.binis.codegen.compiler.utils.ElementUtils
net.binis.codegen.compiler.utils.ElementFieldUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CGVariableDeclstatic CGVariableDecladdField(Element element, String name, Class<?> type, long flags, CGExpression init) Methods inherited from class net.binis.codegen.compiler.utils.ElementUtils
chainDots, chainDots, chainDots, chainDotsString, getDeclaration, getDeclaration, getSymbolFullName, 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
-