Uses of Class
sootup.jimple.JimpleParser.Extends_clauseContext
Packages that use JimpleParser.Extends_clauseContext
-
Uses of JimpleParser.Extends_clauseContext in sootup.jimple
Methods in sootup.jimple that return JimpleParser.Extends_clauseContextModifier and TypeMethodDescriptionJimpleParser.extends_clause()JimpleParser.FileContext.extends_clause()Methods in sootup.jimple with parameters of type JimpleParser.Extends_clauseContextModifier and TypeMethodDescriptionvoidJimpleBaseListener.enterExtends_clause(JimpleParser.Extends_clauseContext ctx) Enter a parse tree produced byJimpleParser.extends_clause().voidJimpleListener.enterExtends_clause(JimpleParser.Extends_clauseContext ctx) Enter a parse tree produced byJimpleParser.extends_clause().voidJimpleBaseListener.exitExtends_clause(JimpleParser.Extends_clauseContext ctx) Exit a parse tree produced byJimpleParser.extends_clause().voidJimpleListener.exitExtends_clause(JimpleParser.Extends_clauseContext ctx) Exit a parse tree produced byJimpleParser.extends_clause().JimpleBaseVisitor.visitExtends_clause(JimpleParser.Extends_clauseContext ctx) Visit a parse tree produced byJimpleParser.extends_clause().JimpleVisitor.visitExtends_clause(JimpleParser.Extends_clauseContext ctx) Visit a parse tree produced byJimpleParser.extends_clause().