public class OSourceConstant extends OSourceVariableDeclaration
| Constructor and Description |
|---|
OSourceConstant(String modifier,
String type,
String name,
OSourceNewInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendJavaSrc(StringBuilder sb)
Append Java sources to given string builder
|
OSourceNewInstance |
getInstance() |
getModifier, getName, getTypepublic OSourceConstant(String modifier, String type, String name, OSourceNewInstance instance)
public OSourceNewInstance getInstance()
public void appendJavaSrc(StringBuilder sb)
ISourceappendJavaSrc in interface ISourceappendJavaSrc in class OSourceVariableDeclarationsb - string builderCopyright © 2019. All rights reserved.