Uses of Class
de.jplag.llvmir.grammar.LLVMIRParser.ReturnAttributeContext
Packages that use LLVMIRParser.ReturnAttributeContext
-
Uses of LLVMIRParser.ReturnAttributeContext in de.jplag.llvmir.grammar
Methods in de.jplag.llvmir.grammar that return LLVMIRParser.ReturnAttributeContextModifier and TypeMethodDescriptionLLVMIRParser.CallBrTermContext.returnAttribute(int i) LLVMIRParser.CallInstContext.returnAttribute(int i) LLVMIRParser.FuncHeaderContext.returnAttribute(int i) LLVMIRParser.InvokeTermContext.returnAttribute(int i) LLVMIRParser.returnAttribute()Methods in de.jplag.llvmir.grammar that return types with arguments of type LLVMIRParser.ReturnAttributeContextModifier and TypeMethodDescriptionLLVMIRParser.CallBrTermContext.returnAttribute()LLVMIRParser.CallInstContext.returnAttribute()LLVMIRParser.FuncHeaderContext.returnAttribute()LLVMIRParser.InvokeTermContext.returnAttribute()Methods in de.jplag.llvmir.grammar with parameters of type LLVMIRParser.ReturnAttributeContextModifier and TypeMethodDescriptionvoidLLVMIRBaseListener.enterReturnAttribute(LLVMIRParser.ReturnAttributeContext ctx) Enter a parse tree produced byLLVMIRParser.returnAttribute().voidLLVMIRListener.enterReturnAttribute(LLVMIRParser.ReturnAttributeContext ctx) Enter a parse tree produced byLLVMIRParser.returnAttribute().voidLLVMIRBaseListener.exitReturnAttribute(LLVMIRParser.ReturnAttributeContext ctx) Exit a parse tree produced byLLVMIRParser.returnAttribute().voidLLVMIRListener.exitReturnAttribute(LLVMIRParser.ReturnAttributeContext ctx) Exit a parse tree produced byLLVMIRParser.returnAttribute().