Uses of Class
org.teavm.model.lowlevel.CallSiteLocation
-
Packages that use CallSiteLocation Package Description org.teavm.backend.c.generators org.teavm.model.lowlevel -
-
Uses of CallSiteLocation in org.teavm.backend.c.generators
Methods in org.teavm.backend.c.generators with parameters of type CallSiteLocation Modifier and Type Method Description CallSiteDescriptorGeneratorContext. createCallSite(CallSiteLocation[] locations, ExceptionHandlerDescriptor[] exceptionHandlers) -
Uses of CallSiteLocation in org.teavm.model.lowlevel
Methods in org.teavm.model.lowlevel that return CallSiteLocation Modifier and Type Method Description static CallSiteLocation[]CallSiteLocation. fromTextLocation(TextLocation location, MethodReference callingMethod)CallSiteLocation[]CallSiteDescriptor. getLocations()static CallSiteLocationCallSiteLocation. load(AnnotationReader reader)Methods in org.teavm.model.lowlevel that return types with arguments of type CallSiteLocation Modifier and Type Method Description static List<? extends CallSiteLocation>CallSiteLocation. loadMany(AnnotationReader reader)Method parameters in org.teavm.model.lowlevel with type arguments of type CallSiteLocation Modifier and Type Method Description static AnnotationReaderCallSiteLocation. saveMany(List<? extends CallSiteLocation> locations)Constructors in org.teavm.model.lowlevel with parameters of type CallSiteLocation Constructor Description CallSiteDescriptor(int id, CallSiteLocation[] locations)
-