| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.openorb.compiler.object.IdlCommentField
This class corresponds to an IDL comment section.
| Field Summary | |
| static int | _author_fieldAuthor section | 
| static int | _deprecated_fieldDeprecated section | 
| static int | _exception_fieldException section | 
| static int | _param_fieldParam section | 
| static int | _return_fieldReturn section | 
| static int | _see_fieldSee section | 
| static int | _unknown_fieldUnknown section | 
| static int | _version_fieldVersion section | 
| static IdlCommentField | author_field | 
| static IdlCommentField | deprecated_field | 
| static IdlCommentField | exception_field | 
| static IdlCommentField | param_field | 
| static IdlCommentField | return_field | 
| static IdlCommentField | see_field | 
| static IdlCommentField | unknown_field | 
| static IdlCommentField | version_field | 
| Constructor Summary | |
| IdlCommentField(int kind)constructor | |
| Method Summary | |
|  int | value()Return the field value | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final int _author_field
public static final IdlCommentField author_field
public static final int _exception_field
public static final IdlCommentField exception_field
public static final int _version_field
public static final IdlCommentField version_field
public static final int _param_field
public static final IdlCommentField param_field
public static final int _return_field
public static final IdlCommentField return_field
public static final int _see_field
public static final IdlCommentField see_field
public static final int _deprecated_field
public static final IdlCommentField deprecated_field
public static final int _unknown_field
public static final IdlCommentField unknown_field
| Constructor Detail | 
public IdlCommentField(int kind)
| Method Detail | 
public int value()
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||