public class GenericNode extends Object
| Constructor and Description |
|---|
GenericNode(GenericParseContext.TextSource source,
int offset,
int endoffset,
GenericNode... children) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndOffset() |
GenericParseContext.TextSource |
getInput() |
int |
getLine() |
String |
getLocation() |
int |
getOffset() |
String |
toSignature() |
String |
toString() |
void |
toString(StringBuilder sb) |
public GenericNode(GenericParseContext.TextSource source, int offset, int endoffset, GenericNode... children)
public String getLocation()
public int getLine()
public int getOffset()
public int getEndOffset()
public GenericParseContext.TextSource getInput()
public String toSignature()
public void toString(StringBuilder sb)
Copyright © 2014. All rights reserved.