public class SrcVariableDef extends SrcExpression
| Constructor and Description |
|---|
SrcVariableDef(String type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
SrcVariableDef |
addModifier(SrcModifier modifier) |
String |
getName() |
String |
getType() |
SrcExpression |
getValue() |
SrcVariableDef |
setValue(SrcExpression value) |
String |
toCodeString() |
convertToboolean, needsToBeWraped, toBlocklineSeparator, toJavaStringpublic String getName()
public String getType()
public SrcExpression getValue()
public SrcVariableDef setValue(SrcExpression value)
public SrcVariableDef addModifier(SrcModifier modifier)
public String toCodeString()
toCodeString in class SrcObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.