org.cesta.parsers.java
Class ShadowVariablesParser.Variable

java.lang.Object
  extended by org.cesta.parsers.java.ShadowVariablesParser.Variable
Enclosing class:
ShadowVariablesParser

public class ShadowVariablesParser.Variable
extends java.lang.Object

Model for variables


Field Summary
 int id
           
 boolean isArray
           
 boolean isFinal
           
 boolean isGlobal
           
 boolean isParameter
           
 boolean isPrivate
           
 boolean isStatic
           
 int methodId
           
 java.lang.String name
           
 java.lang.String type
           
 
Constructor Summary
ShadowVariablesParser.Variable()
           
 
Method Summary
 ShadowVariablesParser.VariableGroup getGroup()
           
 boolean isResistanceSupported()
          Whether this variable is supported or not.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ShadowVariablesParser.Variable

public ShadowVariablesParser.Variable()
Method Detail

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