Package | Description |
---|---|
javassist.compiler | |
javassist.compiler.ast |
Modifier and Type | Method and Description |
---|---|
Stmnt |
Parser.parseStatement(SymbolTable tbl) |
Modifier and Type | Method and Description |
---|---|
void |
CodeGen.atMethodBody(Stmnt s,
boolean isCons,
boolean isVoid) |
protected void |
JvstCodeGen.atReturnStmnt(Stmnt st) |
protected void |
CodeGen.atReturnStmnt(Stmnt st) |
void |
CodeGen.atStmnt(Stmnt st) |
protected void |
MemberCodeGen.atTryStmnt(Stmnt st) |
protected void |
CodeGen.atTryStmnt(Stmnt st) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.atStmnt(Stmnt n) |
Copyright © 2024. All rights reserved.