public class AstBufferUtil
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AstBufferUtil.BufferVisitor |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getTextSkippingWhitespaceComments(ASTNode element) |
static int |
toBuffer(ASTNode element,
char [] buffer,
int offset) |
static int |
toBuffer(ASTNode element,
char [] buffer,
int offset,
boolean skipWhitespaceAndComments) |
public static int toBuffer(ASTNode element, char [] buffer, int offset)
public static int toBuffer(ASTNode element, char [] buffer, int offset, boolean skipWhitespaceAndComments)
public static java.lang.String getTextSkippingWhitespaceComments(ASTNode element)