public static class IRFactory.AstNodePosition extends Object implements Parser.CurrentPositionReporter
| Constructor and Description |
|---|
AstNodePosition(String sourceString) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getLine() |
int |
getLineno() |
int |
getOffset() |
int |
getPosition() |
void |
pop() |
void |
push(AstNode node) |
public AstNodePosition(String sourceString)
public void push(AstNode node)
public void pop()
public int getPosition()
getPosition in interface Parser.CurrentPositionReporterpublic int getLength()
getLength in interface Parser.CurrentPositionReporterpublic int getLineno()
getLineno in interface Parser.CurrentPositionReporterpublic String getLine()
getLine in interface Parser.CurrentPositionReporterpublic int getOffset()
getOffset in interface Parser.CurrentPositionReporterCopyright © 2025 HtmlUnit. All rights reserved.