Uses of Class
com.strobel.decompiler.languages.TextLocation
Packages that use TextLocation
Package
Description
-
Uses of TextLocation in com.strobel.decompiler.languages
Classes in com.strobel.decompiler.languages that implement interfaces with type arguments of type TextLocationFields in com.strobel.decompiler.languages declared as TextLocationMethods in com.strobel.decompiler.languages with parameters of type TextLocationModifier and TypeMethodDescriptionfinal intTextLocation.compareTo(TextLocation o) final booleanTextLocation.isAfter(TextLocation other) final booleanTextLocation.isBefore(TextLocation other) final booleanRegion.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 TextLocationNewLineNode._endLocationprivate TextLocationNullReferenceExpression._endLocationprivate TextLocationPrimitiveExpression._endLocationprivate TextLocationSuperReferenceExpression._endLocationprivate TextLocationTextNode._endLocationprivate TextLocationThisReferenceExpression._endLocationprivate TextLocationEmptyStatement._locationprivate TextLocationIdentifier._startLocationprivate TextLocationJavaTokenNode._startLocationprivate final TextLocationNewLineNode._startLocationprivate TextLocationNullReferenceExpression._startLocationprivate TextLocationPrimitiveExpression._startLocationprivate TextLocationSuperReferenceExpression._startLocationprivate TextLocationTextNode._startLocationprivate TextLocationThisReferenceExpression._startLocationMethods 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 TextLocationTextNode.getEndLocation()final TextLocationThisReferenceExpression.getEndLocation()EmptyStatement.getLocation()AstNode.getStartLocation()EmptyStatement.getStartLocation()Identifier.getStartLocation()JavaTokenNode.getStartLocation()NewLineNode.getStartLocation()NullReferenceExpression.getStartLocation()PrimitiveExpression.getStartLocation()SuperReferenceExpression.getStartLocation()final TextLocationTextNode.getStartLocation()final TextLocationThisReferenceExpression.getStartLocation()Methods in com.strobel.decompiler.languages.java.ast with parameters of type TextLocationModifier and TypeMethodDescriptionfinal booleanAstNode.contains(TextLocation location) static IdentifierIdentifier.create(String name, TextLocation location) final booleanAstNode.isInside(TextLocation location) final voidTextNode.setEndLocation(TextLocation endLocation) voidEmptyStatement.setLocation(TextLocation location) voidIdentifier.setStartLocation(TextLocation startLocation) voidJavaTokenNode.setStartLocation(TextLocation startLocation) voidNullReferenceExpression.setStartLocation(TextLocation startLocation) final voidPrimitiveExpression.setStartLocation(TextLocation startLocation) voidSuperReferenceExpression.setStartLocation(TextLocation startLocation) final voidTextNode.setStartLocation(TextLocation startLocation) final voidThisReferenceExpression.setStartLocation(TextLocation startLocation) Constructors in com.strobel.decompiler.languages.java.ast with parameters of type TextLocationModifierConstructorDescriptionprotectedIdentifier(String name, TextLocation location) JavaModifierToken(TextLocation startLocation, Flags.Flag modifier) JavaTokenNode(TextLocation startLocation) MacNewLine(TextLocation startLocation) protectedNewLineNode(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)