public final class VarSpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VarSpec.VarFormat |
| Constructor and Description |
|---|
VarSpec(String value,
Modifier modifier)
Create a new VarSpec.
|
VarSpec(String value,
Modifier modifier,
Integer position)
Create a new VarSpec.
|
| Modifier and Type | Method and Description |
|---|---|
Modifier |
getModifier()
Get the modifier.
|
Integer |
getPosition()
Get the position.
|
String |
getValue()
Get the value.
|
String |
getVariableName()
FIXME Comment this
|
String |
toString() |
public VarSpec(String value, Modifier modifier)
modifier - value - public Modifier getModifier()
public String getValue()
public Integer getPosition()
public String getVariableName()
Copyright © April 30, 2012-2012 Ryan J. McDonough. All Rights Reserved.