public class Comment
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Comment.Type |
Modifier and Type | Field and Description |
---|---|
SourceRange |
location |
Comment.Type |
type |
java.lang.String |
value |
Constructor and Description |
---|
Comment(java.lang.String value,
SourceRange location,
Comment.Type type) |
Modifier and Type | Method and Description |
---|---|
int |
getAbsolutePosition() |
int |
getLength() |
boolean |
isJsDoc() |
public final java.lang.String value
public final SourceRange location
public final Comment.Type type
public Comment(java.lang.String value, SourceRange location, Comment.Type type)
Copyright © 2009-2020 Google. All Rights Reserved.