Uses of Class
sootup.jimple.JimpleParser.UnopContext
Packages that use JimpleParser.UnopContext
-
Uses of JimpleParser.UnopContext in sootup.jimple
Methods in sootup.jimple that return JimpleParser.UnopContextModifier and TypeMethodDescriptionfinal JimpleParser.UnopContextJimpleParser.unop()JimpleParser.Unop_exprContext.unop()Methods in sootup.jimple with parameters of type JimpleParser.UnopContextModifier and TypeMethodDescriptionvoidJimpleBaseListener.enterUnop(JimpleParser.UnopContext ctx) Enter a parse tree produced byJimpleParser.unop().voidJimpleListener.enterUnop(JimpleParser.UnopContext ctx) Enter a parse tree produced byJimpleParser.unop().voidJimpleBaseListener.exitUnop(JimpleParser.UnopContext ctx) Exit a parse tree produced byJimpleParser.unop().voidJimpleListener.exitUnop(JimpleParser.UnopContext ctx) Exit a parse tree produced byJimpleParser.unop().JimpleBaseVisitor.visitUnop(JimpleParser.UnopContext ctx) Visit a parse tree produced byJimpleParser.unop().JimpleVisitor.visitUnop(JimpleParser.UnopContext ctx) Visit a parse tree produced byJimpleParser.unop().