|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.rtti.IField
public class IField
Defines a field in the RTTI. Fields can be changed, but must then consist of one type, and all be const or not.
Method Summary | |
---|---|
String[] |
getComments(String language)
Returns the list of comments decribing this method. |
INamedType |
getNamedType()
Returns the named type. |
IField |
getNext()
Returns the next field, if the definition was a list of fields. |
void |
setNext(IField next)
chains the next field to this field (appends to the end of the list) |
String |
toString()
Returns a string representation of this field (list). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String[] getComments(String language)
public INamedType getNamedType()
public IField getNext()
public void setNext(IField next)
next
- next fieldpublic String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |