public class OSourceVariableDeclaration extends Object implements ISource
| Constructor and Description |
|---|
OSourceVariableDeclaration(String type,
String name) |
OSourceVariableDeclaration(String modifier,
String type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendJavaSrc(StringBuilder sb)
Append Java sources to given string builder
|
String |
getModifier() |
String |
getName() |
String |
getType() |
public String getModifier()
public String getType()
public String getName()
public void appendJavaSrc(StringBuilder sb)
ISourceappendJavaSrc in interface ISourcesb - string builderCopyright © 2019. All rights reserved.