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