public class NonJSDocComment
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
NonJSDocComment(int begin,
int end,
java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
void |
appendTrailingCommentToNonTrailing(NonJSDocComment trailingComment) |
int |
getBeginOffset() |
java.lang.String |
getCommentString() |
int |
getEndOffset() |
boolean |
isTrailing()
Indicates whether this comment is placed after the source node it is attached to.
|
void |
setIsTrailing(boolean b) |
public java.lang.String getCommentString()
public int getBeginOffset()
public int getEndOffset()
public void setIsTrailing(boolean b)
public boolean isTrailing()
public void appendTrailingCommentToNonTrailing(NonJSDocComment trailingComment)
Copyright © 2009-2020 Google. All Rights Reserved.