Uses of Class
de.jplag.llvmir.grammar.LLVMIRParser.GlobalDefContext
Packages that use LLVMIRParser.GlobalDefContext
-
Uses of LLVMIRParser.GlobalDefContext in de.jplag.llvmir.grammar
Methods in de.jplag.llvmir.grammar that return LLVMIRParser.GlobalDefContextModifier and TypeMethodDescriptionLLVMIRParser.globalDef()LLVMIRParser.TopLevelEntityContext.globalDef()Methods in de.jplag.llvmir.grammar with parameters of type LLVMIRParser.GlobalDefContextModifier and TypeMethodDescriptionvoidLLVMIRBaseListener.enterGlobalDef(LLVMIRParser.GlobalDefContext ctx) Enter a parse tree produced byLLVMIRParser.globalDef().voidLLVMIRListener.enterGlobalDef(LLVMIRParser.GlobalDefContext ctx) Enter a parse tree produced byLLVMIRParser.globalDef().voidLLVMIRBaseListener.exitGlobalDef(LLVMIRParser.GlobalDefContext ctx) Exit a parse tree produced byLLVMIRParser.globalDef().voidLLVMIRListener.exitGlobalDef(LLVMIRParser.GlobalDefContext ctx) Exit a parse tree produced byLLVMIRParser.globalDef().