Uses of Class
org.teavm.model.TextLocation
Packages that use TextLocation
Package
Description
-
Uses of TextLocation in org.teavm.ast
Fields in org.teavm.ast declared as TextLocationMethods in org.teavm.ast that return TextLocationModifier and TypeMethodDescriptionAssignmentStatement.getLocation()
BreakStatement.getLocation()
ContinueStatement.getLocation()
Expr.getLocation()
InitClassStatement.getLocation()
MonitorEnterStatement.getLocation()
MonitorExitStatement.getLocation()
ReturnStatement.getLocation()
ThrowStatement.getLocation()
Methods in org.teavm.ast with parameters of type TextLocationModifier and TypeMethodDescriptionstatic Expr
Expr.binary(BinaryOperation op, OperationType type, Expr first, Expr second, TextLocation loc)
void
AssignmentStatement.setLocation(TextLocation location)
void
BreakStatement.setLocation(TextLocation location)
void
ContinueStatement.setLocation(TextLocation location)
void
Expr.setLocation(TextLocation location)
void
InitClassStatement.setLocation(TextLocation location)
void
MonitorEnterStatement.setLocation(TextLocation location)
void
MonitorExitStatement.setLocation(TextLocation location)
void
ReturnStatement.setLocation(TextLocation location)
void
ThrowStatement.setLocation(TextLocation location)
Constructors in org.teavm.ast with parameters of type TextLocation -
Uses of TextLocation in org.teavm.backend.javascript.rendering
Methods in org.teavm.backend.javascript.rendering with parameters of type TextLocation -
Uses of TextLocation in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return TextLocationMethods in org.teavm.backend.wasm.model.expression with parameters of type TextLocation -
Uses of TextLocation in org.teavm.callgraph
Methods in org.teavm.callgraph that return TextLocationMethods in org.teavm.callgraph that return types with arguments of type TextLocationModifier and TypeMethodDescriptionCollection<? extends TextLocation>
CallSite.getLocations(CallGraphNode caller)
-
Uses of TextLocation in org.teavm.dependency
Methods in org.teavm.dependency that return types with arguments of type TextLocationModifier and TypeMethodDescriptionCollection<? extends TextLocation>
DefaultCallSite.getLocations(CallGraphNode caller)
Methods in org.teavm.dependency with parameters of type TextLocationModifier and TypeMethodDescriptionvoid
DefaultCallSite.addLocation(org.teavm.dependency.DefaultCallGraphNode caller, TextLocation location)
-
Uses of TextLocation in org.teavm.diagnostics
Methods in org.teavm.diagnostics with parameters of type TextLocationModifier and TypeMethodDescriptionvoid
DefaultProblemTextConsumer.appendLocation(TextLocation location)
void
ProblemTextConsumer.appendLocation(TextLocation location)
-
Uses of TextLocation in org.teavm.model
Fields in org.teavm.model declared as TextLocationMethods in org.teavm.model that return TextLocationMethods in org.teavm.model with parameters of type TextLocationConstructors in org.teavm.model with parameters of type TextLocation -
Uses of TextLocation in org.teavm.model.emit
Methods in org.teavm.model.emit that return TextLocationMethods in org.teavm.model.emit with parameters of type TextLocationModifier and TypeMethodDescriptionvoid
ProgramEmitter.setCurrentLocation(TextLocation currentLocation)
-
Uses of TextLocation in org.teavm.model.instructions
Methods in org.teavm.model.instructions with parameters of type TextLocationModifier and TypeMethodDescriptionvoid
AbstractInstructionReader.location(TextLocation location)
void
InstructionReader.location(TextLocation location)
-
Uses of TextLocation in org.teavm.model.lowlevel
Methods in org.teavm.model.lowlevel with parameters of type TextLocationModifier and TypeMethodDescriptionstatic CallSiteLocation[]
CallSiteLocation.fromTextLocation(TextLocation location, MethodReference callingMethod)
-
Uses of TextLocation in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type TextLocationModifier and TypeMethodDescriptionstatic List<Instruction>
ProgramUtils.createThrowNPEInstructions(Program program, TextLocation location)
void
InstructionCopyReader.location(TextLocation location)