Class Structures.ConstantData
java.lang.Object
net.binis.codegen.generation.core.Structures.ConstantData
- All Implemented Interfaces:
PrototypeConstant
- Enclosing class:
Structures
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.github.javaparser.ast.body.ClassOrInterfaceDeclarationprotected com.github.javaparser.ast.body.FieldDeclarationprotected String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.binis.codegen.generation.core.interfaces.PrototypeConstant
getDestination, getField, getName
-
Field Details
-
destination
protected com.github.javaparser.ast.body.ClassOrInterfaceDeclaration destination -
field
protected com.github.javaparser.ast.body.FieldDeclaration field -
name
-
-
Constructor Details
-
ConstantData
public ConstantData()
-