Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser | |
com.google.javascript.jscomp.parsing.parser.trees |
Modifier and Type | Method and Description |
---|---|
void |
Parser.CommentRecorder.recordComment(Comment.Type type,
SourceRange range,
java.lang.String value) |
private void |
Scanner.recordComment(Comment.Type type,
SourceRange range,
java.lang.String value) |
void |
Scanner.CommentRecorder.recordComment(Comment.Type type,
SourceRange range,
java.lang.String value) |
private void |
Scanner.skipSingleLineComment(Comment.Type type) |
Modifier and Type | Field and Description |
---|---|
Comment.Type |
Comment.type |
Modifier and Type | Method and Description |
---|---|
static Comment.Type |
Comment.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Comment.Type[] |
Comment.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Comment(java.lang.String value,
SourceRange location,
Comment.Type type) |