|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comment.Kind | |
|---|---|
| xtc.tree | |
| Uses of Comment.Kind in xtc.tree |
|---|
| Fields in xtc.tree declared as Comment.Kind | |
|---|---|
Comment.Kind |
Comment.kind
The kind. |
| Methods in xtc.tree that return Comment.Kind | |
|---|---|
static Comment.Kind |
Comment.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Comment.Kind[] |
Comment.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in xtc.tree with parameters of type Comment.Kind | |
|---|---|
Comment(Comment.Kind kind,
java.util.List<java.lang.String> text)
Create a new comment. |
|
Comment(Comment.Kind kind,
java.util.List<java.lang.String> text,
Node node)
Create a new comment. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||