Uses of Class
org.teavm.model.TextLocation
-
-
Uses of TextLocation in org.teavm.ast
Fields in org.teavm.ast declared as TextLocation Modifier and Type Field Description TextLocationControlFlowEntry. fromTextLocation[]ControlFlowEntry. toMethods in org.teavm.ast that return TextLocation Modifier and Type Method Description TextLocationAssignmentStatement. getLocation()TextLocationBreakStatement. getLocation()TextLocationContinueStatement. getLocation()TextLocationExpr. getLocation()TextLocationInitClassStatement. getLocation()TextLocationMonitorEnterStatement. getLocation()TextLocationMonitorExitStatement. getLocation()TextLocationReturnStatement. getLocation()TextLocationThrowStatement. getLocation()Methods in org.teavm.ast with parameters of type TextLocation Modifier and Type Method Description static 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 Constructor Description ControlFlowEntry(TextLocation from, TextLocation[] to) -
Uses of TextLocation in org.teavm.backend.javascript.rendering
Methods in org.teavm.backend.javascript.rendering with parameters of type TextLocation Modifier and Type Method Description voidRenderingContext. pushLocation(TextLocation location) -
Uses of TextLocation in org.teavm.backend.wasm.model.expression
Methods in org.teavm.backend.wasm.model.expression that return TextLocation Modifier and Type Method Description TextLocationWasmExpression. getLocation()Methods in org.teavm.backend.wasm.model.expression with parameters of type TextLocation Modifier and Type Method Description voidWasmExpression. setLocation(TextLocation location) -
Uses of TextLocation in org.teavm.callgraph
Methods in org.teavm.callgraph that return TextLocation Modifier and Type Method Description TextLocationFieldAccessSite. getLocation()Methods in org.teavm.callgraph that return types with arguments of type TextLocation Modifier and Type Method Description Collection<? 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 TextLocation Modifier and Type Method Description Collection<? extends TextLocation>DefaultCallSite. getLocations(CallGraphNode caller)Methods in org.teavm.dependency with parameters of type TextLocation Modifier and Type Method Description voidDefaultCallSite. addLocation(org.teavm.dependency.DefaultCallGraphNode caller, TextLocation location) -
Uses of TextLocation in org.teavm.diagnostics
Methods in org.teavm.diagnostics with parameters of type TextLocation Modifier and Type Method Description voidDefaultProblemTextConsumer. appendLocation(TextLocation location)voidProblemTextConsumer. appendLocation(TextLocation location) -
Uses of TextLocation in org.teavm.model
Fields in org.teavm.model declared as TextLocation Modifier and Type Field Description static TextLocationTextLocation. EMPTYMethods in org.teavm.model that return TextLocation Modifier and Type Method Description TextLocationInstruction. getLocation()TextLocationCallLocation. getSourceLocation()Methods in org.teavm.model with parameters of type TextLocation Modifier and Type Method Description voidInstruction. setLocation(TextLocation location)Constructors in org.teavm.model with parameters of type TextLocation Constructor Description CallLocation(MethodReference method, TextLocation sourceLocation) -
Uses of TextLocation in org.teavm.model.emit
Methods in org.teavm.model.emit that return TextLocation Modifier and Type Method Description TextLocationProgramEmitter. getCurrentLocation()Methods in org.teavm.model.emit with parameters of type TextLocation Modifier and Type Method Description voidProgramEmitter. setCurrentLocation(TextLocation currentLocation) -
Uses of TextLocation in org.teavm.model.instructions
Methods in org.teavm.model.instructions with parameters of type TextLocation Modifier and Type Method Description voidAbstractInstructionReader. 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 TextLocation Modifier and Type Method Description static 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 TextLocation Modifier and Type Method Description static List<Instruction>ProgramUtils. createThrowNPEInstructions(Program program, TextLocation location)voidInstructionCopyReader. location(TextLocation location)
-