28package com.jogamp.gluegen;
51 return toString(
new StringBuilder(),
null,
true).toString();
53 public StringBuilder
toString(
final StringBuilder sb,
final String level,
final boolean inclText) {
54 boolean preCol =
false;
71 if(
null != level && level.length()>0 ) {
78 if( inclText &&
null !=
text &&
text.length()>0 ) {
84 sb.append(
"'").append(
text).append(
"'");
ASTLocusTag(final Object source, final int line, final int column, final String text)
final int column
Column number, -1 if undefined.
final Object source
Source object, might be String.
final int line
Line number, -1 if undefined.
final String text
Source text reflecting current location, null if undefined.
StringBuilder toString(final StringBuilder sb, final String level, final boolean inclText)
Interface tag for ASTLocusTag provider.
ASTLocusTag getASTLocusTag()
Returns this instance's ASTLocusTag, if available, otherwise returns null.