| Package | Description |
|---|---|
| com.google.javascript.jscomp.parsing.parser | |
| com.google.javascript.jscomp.parsing.parser.trees |
| Modifier and Type | Method and Description |
|---|---|
void |
Scanner.CommentRecorder.recordComment(Comment.Type type,
SourceRange range,
java.lang.String value) |
| 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) |
Copyright © 2009-2019 Google. All Rights Reserved.