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,
String value) |
Modifier and Type | Field and Description |
---|---|
Comment.Type |
Comment.type |
Modifier and Type | Method and Description |
---|---|
static Comment.Type |
Comment.Type.valueOf(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(String value,
SourceRange location,
Comment.Type type) |
Copyright © 2009–2023 Google. All rights reserved.