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)
Copyright © 2009-2016 Google. All Rights Reserved.