|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectDeclReader.DeclVarInfo
public static class DeclReader.DeclVarInfo
Information about variables within a program point
| Field Summary | |
|---|---|
String |
comparability
|
int |
index
|
String |
name
|
String |
rep_type
|
String |
type
|
| Constructor Summary | |
|---|---|
DeclReader.DeclVarInfo(String name,
String type,
String rep_type,
String comparability,
int index)
|
|
| Method Summary | |
|---|---|
String |
get_basic_comparability()
|
String |
get_comparability()
Returns the comparability string from the decl file |
String |
get_name()
Returns the variable's name |
String |
get_rep_type()
Returns the representation type of the variable as specified in the decl file. |
String |
get_type_name()
Returns the type name. |
String |
get_type()
Returns the variable's declared type as specified in the decl file b. |
boolean |
is_double()
|
boolean |
is_int()
|
boolean |
is_string_array()
|
boolean |
is_string()
|
Object |
read_data(EntryReader reader)
Reads a single value for this variable and returns it. |
void |
set_comparability(String comparability)
|
String |
toString()
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String name
public String type
public String rep_type
public String comparability
public int index
| Constructor Detail |
|---|
public DeclReader.DeclVarInfo(String name,
String type,
String rep_type,
String comparability,
int index)
| Method Detail |
|---|
public String get_name()
public String get_type()
public String get_type_name()
public String get_rep_type()
public boolean is_double()
public boolean is_string()
public boolean is_string_array()
public boolean is_int()
public String get_comparability()
public String get_basic_comparability()
public void set_comparability(String comparability)
public String toString()
toString in class Object
public Object read_data(EntryReader reader)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||