Home
last modified time | relevance | path

Searched refs:allowApproximateLocation (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DCommonTreeNodeStream.cs244 public object GetKnownPositionElement(bool allowApproximateLocation) in GetKnownPositionElement() argument
250 if (!allowApproximateLocation) in GetKnownPositionElement()
DIPositionTrackingStream.cs46 object GetKnownPositionElement(bool allowApproximateLocation); in GetKnownPositionElement() argument
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DCommonTreeNodeStream.java181 public Object getKnownPositionElement(boolean allowApproximateLocation) { in getKnownPositionElement() argument
187 if (!allowApproximateLocation) { in getKnownPositionElement()
DPositionTrackingStream.java45 T getKnownPositionElement(boolean allowApproximateLocation); in getKnownPositionElement() argument