Uses of Class
javassist.compiler.ast.Stmnt
-
Packages that use Stmnt Package Description javassist.compiler javassist.compiler.ast -
-
Uses of Stmnt in javassist.compiler
Methods in javassist.compiler with parameters of type Stmnt Modifier and Type Method Description private void
MemberCodeGen. addFinally(java.util.ArrayList returnList, Stmnt finallyBlock)
Adds a finally clause for earch return statement.private void
CodeGen. atBreakStmnt(Stmnt st, boolean notCont)
private void
CodeGen. atForStmnt(Stmnt st)
private void
CodeGen. atIfStmnt(Stmnt st)
void
CodeGen. atMethodBody(Stmnt s, boolean isCons, boolean isVoid)
protected void
CodeGen. atReturnStmnt(Stmnt st)
protected void
JvstCodeGen. atReturnStmnt(Stmnt st)
void
CodeGen. atStmnt(Stmnt st)
private void
CodeGen. atSwitchStmnt(Stmnt st)
private void
CodeGen. atSyncStmnt(Stmnt st)
private void
CodeGen. atThrowStmnt(Stmnt st)
protected void
CodeGen. atTryStmnt(Stmnt st)
protected void
MemberCodeGen. atTryStmnt(Stmnt st)
private void
CodeGen. atWhileStmnt(Stmnt st, boolean notDo)
private boolean
CodeGen. needsSuperCall(Stmnt body)
-
Uses of Stmnt in javassist.compiler.ast
Methods in javassist.compiler.ast that return Stmnt Modifier and Type Method Description Stmnt
MethodDecl. getBody()
static Stmnt
Stmnt. make(int op, ASTree oprand1, ASTree oprand2)
static Stmnt
Stmnt. make(int op, ASTree op1, ASTree op2, ASTree op3)
Methods in javassist.compiler.ast with parameters of type Stmnt Modifier and Type Method Description void
Visitor. atStmnt(Stmnt n)
-