ParseTree |
ParserBase.findAndWrapLocation(Expression oldExpr,
ParsedElement newExpr) |
ParseTree |
ParseTree.getChild(int index) |
ParseTree |
ParseTree.getChildAfter(int point) |
ParseTree |
ParseTree.getChildAfter(IParseTree child) |
ParseTree |
ParseTree.getChildBefore(int point) |
ParseTree |
ParseTree.getChildBefore(IParseTree child) |
ParseTree |
ParseTree.getDeepestFirstChild() |
ParseTree |
ParseTree.getDeepestLocation(boolean statementsOnly,
int iStart,
int iEnd,
boolean strict) |
ParseTree |
ParseTree.getDeepestLocation(int iPosition,
boolean strict) |
ParseTree |
ParseTree.getDeepestLocation(int iStart,
int iEnd,
boolean strict) |
ParseTree |
ParseTree.getDeepestStatementLocation(int iPosition,
boolean strict) |
ParseTree |
ParseTree.getFirstChildWithParsedElementType(Class<? extends IParsedElement> aClass) |
ParseTree |
ParseTree.getLastChild() |
ParseTree |
ParseTree.getLastChildWithParsedElementType(Class<? extends IParsedElement> aClass) |
ParseTree |
ParsedElement.getLocation() |
ParseTree |
ParseTree.getNextSibling() |
ParseTree |
ParseTree.getPreviousSibling() |
ParseTree |
ParseTree.getStatementAtLine(int iLineNum,
Class clsSkip) |
ParseTree |
ParsedElement.initLocation(int offset,
int length,
int lineNumber,
int iColumn,
IScriptPartId scriptPart) |
ParseTree |
GosuParser.peekLocation() |