|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttestjdt3.Information
public class Information
Class for information about the types
Constructor Summary | |
---|---|
Information()
Default constructor. |
|
Information(boolean r)
Constructor for root type. |
Method Summary | |
---|---|
MyIType |
getIbind()
Get ITypeBinding. |
boolean |
hasFields()
test if has fields. |
boolean |
isComponentType()
Check if type information is resolved. |
boolean |
isCycle()
|
boolean |
isDataType()
Check if type information is resolved. |
boolean |
isResolved()
Check if type information is resolved. |
boolean |
isViewed()
|
void |
setComponentType(boolean data)
Set component type indicator. |
void |
setCycle(boolean cycle)
|
void |
setDataType(boolean data)
Set data type indicator. |
void |
setRoot()
Set root indicator. |
void |
setType(MyIType it)
Set the resolved type. |
void |
setViewed(boolean viewed)
|
java.lang.String |
toString()
String description. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Information()
public Information(boolean r)
r
- Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public void setDataType(boolean data)
data
- public void setComponentType(boolean data)
data
- public void setType(MyIType it)
it
- public void setRoot()
public boolean isResolved()
public boolean hasFields()
public boolean isDataType()
public boolean isComponentType()
public MyIType getIbind()
public boolean isViewed()
public void setViewed(boolean viewed)
public boolean isCycle()
public void setCycle(boolean cycle)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |