org.cesta.parsers.java
Class ShadowVariablesParser.Variable
java.lang.Object
org.cesta.parsers.java.ShadowVariablesParser.Variable
- Enclosing class:
- ShadowVariablesParser
public class ShadowVariablesParser.Variable
- extends java.lang.Object
Model for variables
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
public java.lang.String type
name
public java.lang.String name
id
public int id
methodId
public int methodId
isGlobal
public boolean isGlobal
isParameter
public boolean isParameter
isStatic
public boolean isStatic
isPrivate
public boolean isPrivate
isFinal
public boolean isFinal
isArray
public boolean isArray
ShadowVariablesParser.Variable
public ShadowVariablesParser.Variable()
isResistanceSupported
public boolean isResistanceSupported()
- Whether this variable is supported or not.
Supported are only simple variabes byte, short and boolean
getGroup
public ShadowVariablesParser.VariableGroup getGroup()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object