| Package | Description |
|---|---|
| xtc.tree |
| Modifier and Type | Field and Description |
|---|---|
Comment.Kind |
Comment.kind
The kind.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2014. All Rights Reserved.