Searched refs:compileStmnt (Results 1 – 12 of 12) sorted by relevance
115 jc.compileStmnt("{ int counter = 0; counter++; }");122 jc.compileStmnt("{ test.StaticField.counter++; }");129 jc.compileStmnt("{ test.StaticField#counter++; }");136 jc.compileStmnt("{ StaticField.counter2++; }");143 jc.compileStmnt("{ test.StaticField.counter++; }");150 jc.compileStmnt("{ System.out.println(); }");
786 jv.compileStmnt(src); in insertBefore()924 jv.compileStmnt(src); in insertAfterAdvice()931 jv.compileStmnt(src); in insertAfterAdvice()1017 javac.compileStmnt(src); in insertAfterHandler()1118 jv.compileStmnt(src); in addCatch()1224 jv.compileStmnt(src); in insertAt()
272 jv.compileStmnt(src); in insertBeforeBody()
138 jv.compileStmnt(src); in insertBefore()
142 jc.compileStmnt(statement); in replace()
148 jc.compileStmnt(statement); in replace()
251 jc.compileStmnt(statement); in replace()
229 jc.compileStmnt(statement); in replace()
252 jc.compileStmnt(statement); in replace2()
234 jc.compileStmnt(statement); in replace()
41 jc.compileStmnt( in testCast()
572 public void compileStmnt(String src) throws CompileError { in compileStmnt() method in Javac