Uses of Class
de.jplag.llvmir.grammar.LLVMIRParser.GlobalDeclContext
Packages that use LLVMIRParser.GlobalDeclContext
-
Uses of LLVMIRParser.GlobalDeclContext in de.jplag.llvmir.grammar
Methods in de.jplag.llvmir.grammar that return LLVMIRParser.GlobalDeclContextModifier and TypeMethodDescriptionLLVMIRParser.globalDecl()LLVMIRParser.TopLevelEntityContext.globalDecl()Methods in de.jplag.llvmir.grammar with parameters of type LLVMIRParser.GlobalDeclContextModifier and TypeMethodDescriptionvoidLLVMIRBaseListener.enterGlobalDecl(LLVMIRParser.GlobalDeclContext ctx) Enter a parse tree produced byLLVMIRParser.globalDecl().voidLLVMIRListener.enterGlobalDecl(LLVMIRParser.GlobalDeclContext ctx) Enter a parse tree produced byLLVMIRParser.globalDecl().voidLLVMIRBaseListener.exitGlobalDecl(LLVMIRParser.GlobalDeclContext ctx) Exit a parse tree produced byLLVMIRParser.globalDecl().voidLLVMIRListener.exitGlobalDecl(LLVMIRParser.GlobalDeclContext ctx) Exit a parse tree produced byLLVMIRParser.globalDecl().