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