|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cesta.parsers.java.ShadowVariablesParser.VariableGroup
public class ShadowVariablesParser.VariableGroup
Model for different types of variables
| Field Summary | |
|---|---|
boolean |
isGlobal
|
boolean |
isStatic
|
int |
maxId
|
int |
size
|
java.lang.String |
type
|
| Constructor Summary | |
|---|---|
ShadowVariablesParser.VariableGroup(java.lang.String type,
boolean isGlobal,
boolean isStatic)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getIdent()
Different groups should have different idents |
java.lang.String |
getNegationTmpl()
Returns name of template, which should be used to generate negation of the value |
java.lang.String |
getResistantArrayInitTmpl()
Returns name of template, which should be used to initialize resistant array |
int |
getSize()
Returns size of shadow array |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String type
public boolean isStatic
public boolean isGlobal
public int maxId
public int size
| Constructor Detail |
|---|
public ShadowVariablesParser.VariableGroup(java.lang.String type,
boolean isGlobal,
boolean isStatic)
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getIdent()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getNegationTmpl()
public java.lang.String getResistantArrayInitTmpl()
public int getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||