| Package | Description |
|---|---|
| org.teavm.callgraph | |
| org.teavm.dependency | |
| org.teavm.diagnostics | |
| org.teavm.model |
Represents a class model that is alternative to
java.lang.reflection package. |
| org.teavm.model.emit | |
| org.teavm.model.instructions | |
| org.teavm.model.util |
| Modifier and Type | Method and Description |
|---|---|
InstructionLocation |
DefaultClassAccessSite.getLocation() |
InstructionLocation |
FieldAccessSite.getLocation() |
InstructionLocation |
DefaultCallSite.getLocation() |
InstructionLocation |
CallSite.getLocation()
Gets location of the call site.
|
InstructionLocation |
ClassAccessSite.getLocation() |
InstructionLocation |
DefaultFieldAccessSite.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCallGraphNode.addCallSite(MethodReference method,
InstructionLocation location) |
boolean |
DefaultCallGraphNode.addClassAccess(String className,
InstructionLocation location) |
boolean |
DefaultCallGraphNode.addFieldAccess(FieldReference field,
InstructionLocation location) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFlowGraphBuilder.location(InstructionLocation location) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemTextConsumer.appendLocation(InstructionLocation location) |
void |
DefaultProblemTextConsumer.appendLocation(InstructionLocation location) |
| Modifier and Type | Method and Description |
|---|---|
InstructionLocation |
Instruction.getLocation() |
InstructionLocation |
CallLocation.getSourceLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Instruction.setLocation(InstructionLocation location) |
| Constructor and Description |
|---|
CallLocation(MethodReference method,
InstructionLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
InstructionLocation |
ProgramEmitter.getCurrentLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramEmitter.setCurrentLocation(InstructionLocation currentLocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionReader.location(InstructionLocation location) |
| Modifier and Type | Method and Description |
|---|---|
InstructionLocation |
InstructionStringifier.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
static Map<InstructionLocation,InstructionLocation[]> |
ProgramUtils.getLocationCFG(Program program) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionStringifier.location(InstructionLocation location) |
Copyright © 2015. All rights reserved.