Uses of Class
de.jplag.llvmir.grammar.LLVMIRParser.PreemptionContext
Packages that use LLVMIRParser.PreemptionContext
-
Uses of LLVMIRParser.PreemptionContext in de.jplag.llvmir.grammar
Methods in de.jplag.llvmir.grammar that return LLVMIRParser.PreemptionContextModifier and TypeMethodDescriptionLLVMIRParser.FuncHeaderContext.preemption()LLVMIRParser.GlobalDeclContext.preemption()LLVMIRParser.GlobalDefContext.preemption()LLVMIRParser.IndirectSymbolDefContext.preemption()LLVMIRParser.preemption()Methods in de.jplag.llvmir.grammar with parameters of type LLVMIRParser.PreemptionContextModifier and TypeMethodDescriptionvoidLLVMIRBaseListener.enterPreemption(LLVMIRParser.PreemptionContext ctx) Enter a parse tree produced byLLVMIRParser.preemption().voidLLVMIRListener.enterPreemption(LLVMIRParser.PreemptionContext ctx) Enter a parse tree produced byLLVMIRParser.preemption().voidLLVMIRBaseListener.exitPreemption(LLVMIRParser.PreemptionContext ctx) Exit a parse tree produced byLLVMIRParser.preemption().voidLLVMIRListener.exitPreemption(LLVMIRParser.PreemptionContext ctx) Exit a parse tree produced byLLVMIRParser.preemption().