Uses of Class
com.strobel.decompiler.languages.TextLocation
Packages that use TextLocation
Package
Description
-
Uses of TextLocation in com.strobel.decompiler.languages
Fields in com.strobel.decompiler.languages declared as TextLocationMethods in com.strobel.decompiler.languages with parameters of type TextLocationModifier and TypeMethodDescriptionfinal int
TextLocation.compareTo
(TextLocation o) final boolean
TextLocation.isAfter
(TextLocation other) final boolean
TextLocation.isBefore
(TextLocation other) final boolean
Region.IsInside
(TextLocation location) Constructors in com.strobel.decompiler.languages with parameters of type TextLocationModifierConstructorDescriptionRegion
(TextLocation begin, TextLocation end) Region
(String fileName, TextLocation begin, TextLocation end) -
Uses of TextLocation in com.strobel.decompiler.languages.java
Fields in com.strobel.decompiler.languages.java with type parameters of type TextLocationModifier and TypeFieldDescriptionprivate final Stack
<TextLocation> TextOutputFormatter.startLocations
-
Uses of TextLocation in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast declared as TextLocationModifier and TypeFieldDescriptionprivate final TextLocation
NewLineNode._endLocation
private TextLocation
NullReferenceExpression._endLocation
private TextLocation
PrimitiveExpression._endLocation
private TextLocation
SuperReferenceExpression._endLocation
private TextLocation
TextNode._endLocation
private TextLocation
ThisReferenceExpression._endLocation
private TextLocation
EmptyStatement._location
private TextLocation
Identifier._startLocation
private TextLocation
JavaTokenNode._startLocation
private final TextLocation
NewLineNode._startLocation
private TextLocation
NullReferenceExpression._startLocation
private TextLocation
PrimitiveExpression._startLocation
private TextLocation
SuperReferenceExpression._startLocation
private TextLocation
TextNode._startLocation
private TextLocation
ThisReferenceExpression._startLocation
Methods in com.strobel.decompiler.languages.java.ast that return TextLocationModifier and TypeMethodDescriptionAstNode.getEndLocation()
EmptyStatement.getEndLocation()
Identifier.getEndLocation()
JavaTokenNode.getEndLocation()
NewLineNode.getEndLocation()
NullReferenceExpression.getEndLocation()
PrimitiveExpression.getEndLocation()
SuperReferenceExpression.getEndLocation()
final TextLocation
TextNode.getEndLocation()
final TextLocation
ThisReferenceExpression.getEndLocation()
EmptyStatement.getLocation()
AstNode.getStartLocation()
EmptyStatement.getStartLocation()
Identifier.getStartLocation()
JavaTokenNode.getStartLocation()
NewLineNode.getStartLocation()
NullReferenceExpression.getStartLocation()
PrimitiveExpression.getStartLocation()
SuperReferenceExpression.getStartLocation()
final TextLocation
TextNode.getStartLocation()
final TextLocation
ThisReferenceExpression.getStartLocation()
Methods in com.strobel.decompiler.languages.java.ast with parameters of type TextLocationModifier and TypeMethodDescriptionfinal boolean
AstNode.contains
(TextLocation location) static Identifier
Identifier.create
(String name, TextLocation location) final boolean
AstNode.isInside
(TextLocation location) final void
TextNode.setEndLocation
(TextLocation endLocation) void
EmptyStatement.setLocation
(TextLocation location) void
Identifier.setStartLocation
(TextLocation startLocation) void
JavaTokenNode.setStartLocation
(TextLocation startLocation) void
NullReferenceExpression.setStartLocation
(TextLocation startLocation) final void
PrimitiveExpression.setStartLocation
(TextLocation startLocation) void
SuperReferenceExpression.setStartLocation
(TextLocation startLocation) final void
TextNode.setStartLocation
(TextLocation startLocation) final void
ThisReferenceExpression.setStartLocation
(TextLocation startLocation) Constructors in com.strobel.decompiler.languages.java.ast with parameters of type TextLocationModifierConstructorDescriptionprotected
Identifier
(String name, TextLocation location) JavaModifierToken
(TextLocation startLocation, Flags.Flag modifier) JavaTokenNode
(TextLocation startLocation) MacNewLine
(TextLocation startLocation) protected
NewLineNode
(TextLocation startLocation) NullReferenceExpression
(int offset, TextLocation startLocation) NullReferenceExpression
(TextLocation startLocation) PrimitiveExpression
(int offset, Object value, TextLocation startLocation, String literalValue) PrimitiveExpression
(Object value, TextLocation startLocation, String literalValue) SimpleType
(String identifier, TextLocation location) SuperReferenceExpression
(int offset, TextLocation startLocation) TextNode
(String text, TextLocation startLocation, TextLocation endLocation) ThisReferenceExpression
(int offset, TextLocation startLocation) UnixNewLine
(TextLocation startLocation) WindowsNewLine
(TextLocation startLocation)