Uses of Class
com.strobel.decompiler.languages.TextLocation
-
Packages that use TextLocation Package Description com.strobel.decompiler.languages com.strobel.decompiler.languages.java com.strobel.decompiler.languages.java.ast -
-
Uses of TextLocation in com.strobel.decompiler.languages
Fields in com.strobel.decompiler.languages declared as TextLocation Modifier and Type Field Description static TextLocationTextLocation. EMPTYMethods in com.strobel.decompiler.languages with parameters of type TextLocation Modifier and Type Method Description intTextLocation. compareTo(TextLocation o)booleanTextLocation. isAfter(TextLocation other)booleanTextLocation. isBefore(TextLocation other)booleanRegion. IsInside(TextLocation location)Constructors in com.strobel.decompiler.languages with parameters of type TextLocation Constructor Description Region(TextLocation begin, TextLocation end)Region(java.lang.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 TextLocation Modifier and Type Field Description private java.util.Stack<TextLocation>TextOutputFormatter. startLocations -
Uses of TextLocation in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast declared as TextLocation Modifier and Type Field Description private TextLocationNewLineNode. _endLocationprivate TextLocationNullReferenceExpression. _endLocationprivate TextLocationPrimitiveExpression. _endLocationprivate TextLocationSuperReferenceExpression. _endLocationprivate TextLocationTextNode. _endLocationprivate TextLocationThisReferenceExpression. _endLocationprivate TextLocationEmptyStatement. _locationprivate TextLocationIdentifier. _startLocationprivate TextLocationJavaTokenNode. _startLocationprivate TextLocationNewLineNode. _startLocationprivate TextLocationNullReferenceExpression. _startLocationprivate TextLocationPrimitiveExpression. _startLocationprivate TextLocationSuperReferenceExpression. _startLocationprivate TextLocationTextNode. _startLocationprivate TextLocationThisReferenceExpression. _startLocationMethods in com.strobel.decompiler.languages.java.ast with parameters of type TextLocation Modifier and Type Method Description booleanAstNode. contains(TextLocation location)static IdentifierIdentifier. create(java.lang.String name, TextLocation location)booleanAstNode. isInside(TextLocation location)voidTextNode. setEndLocation(TextLocation endLocation)voidEmptyStatement. setLocation(TextLocation location)voidIdentifier. setStartLocation(TextLocation startLocation)voidJavaTokenNode. setStartLocation(TextLocation startLocation)voidNullReferenceExpression. setStartLocation(TextLocation startLocation)voidPrimitiveExpression. setStartLocation(TextLocation startLocation)voidSuperReferenceExpression. setStartLocation(TextLocation startLocation)voidTextNode. setStartLocation(TextLocation startLocation)voidThisReferenceExpression. setStartLocation(TextLocation startLocation)Constructors in com.strobel.decompiler.languages.java.ast with parameters of type TextLocation Constructor Description Identifier(java.lang.String name, TextLocation location)JavaModifierToken(TextLocation startLocation, Flags.Flag modifier)JavaTokenNode(TextLocation startLocation)MacNewLine(TextLocation startLocation)NewLineNode(TextLocation startLocation)NullReferenceExpression(int offset, TextLocation startLocation)NullReferenceExpression(TextLocation startLocation)PrimitiveExpression(int offset, java.lang.Object value, TextLocation startLocation, java.lang.String literalValue)PrimitiveExpression(java.lang.Object value, TextLocation startLocation, java.lang.String literalValue)SimpleType(java.lang.String identifier, TextLocation location)SuperReferenceExpression(int offset, TextLocation startLocation)TextNode(java.lang.String text, TextLocation startLocation, TextLocation endLocation)ThisReferenceExpression(int offset, TextLocation startLocation)UnixNewLine(TextLocation startLocation)WindowsNewLine(TextLocation startLocation)
-