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 TextLocationModifier and TypeFieldDescriptionfinal TextLocationControlFlowEntry.fromfinal TextLocation[]ControlFlowEntry.toMethods 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 ExprExpr.binary(BinaryOperation op, OperationType type, Expr first, Expr second, TextLocation loc) voidAssignmentStatement.setLocation(TextLocation location) voidBreakStatement.setLocation(TextLocation location) voidContinueStatement.setLocation(TextLocation location) voidExpr.setLocation(TextLocation location) voidInitClassStatement.setLocation(TextLocation location) voidMonitorEnterStatement.setLocation(TextLocation location) voidMonitorExitStatement.setLocation(TextLocation location) voidReturnStatement.setLocation(TextLocation location) voidThrowStatement.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 TypeMethodDescriptionvoidDefaultCallSite.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 TypeMethodDescriptionvoidDefaultProblemTextConsumer.appendLocation(TextLocation location) voidProblemTextConsumer.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 TypeMethodDescriptionvoidProgramEmitter.setCurrentLocation(TextLocation currentLocation) -
Uses of TextLocation in org.teavm.model.instructions
Methods in org.teavm.model.instructions with parameters of type TextLocationModifier and TypeMethodDescriptionvoidAbstractInstructionReader.location(TextLocation location) voidInstructionReader.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) voidInstructionCopyReader.location(TextLocation location)