|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Statement | |
---|---|
mycompiler.myoperator | |
mycompiler.mystatement |
Uses of Statement in mycompiler.myoperator |
---|
Methods in mycompiler.myoperator with parameters of type Statement | |
---|---|
void |
LogOp.if_codegen(ClassFile classfile,
CodeAttribute code,
boolean not,
Expr expr,
Statement then_block,
Statement else_block,
de.dhbwstuttgart.typeinference.Menge paralist)
|
Uses of Statement in mycompiler.mystatement |
---|
Subclasses of Statement in mycompiler.mystatement | |
---|---|
class |
Assign
|
class |
Binary
|
class |
BinaryExpr
|
class |
Block
|
class |
BoolLiteral
|
class |
CastExpr
|
class |
CharLiteral
|
class |
EmptyStmt
|
class |
Expr
|
class |
ExprStmt
|
class |
IfStmt
|
class |
InstanceOf
|
class |
InstVar
|
class |
IntLiteral
|
class |
Literal
|
class |
LocalOrFieldVar
|
class |
LocalVarDecl
|
class |
MethodCall
|
class |
NegativeExpr
|
class |
NewArray
|
class |
NewClass
|
class |
NotExpr
|
class |
Null
|
class |
PositivExpr
|
class |
PostDecExpr
|
class |
PostIncExpr
|
class |
PreDecExpr
|
class |
PreIncExpr
|
class |
Return
|
class |
StringLiteral
|
class |
This
|
class |
UnaryExpr
|
class |
WhileStmt
|
Fields in mycompiler.mystatement declared as Statement | |
---|---|
Statement |
IfStmt.else_block
|
Statement |
IfStmt.then_block
|
Methods in mycompiler.mystatement with parameters of type Statement | |
---|---|
void |
IfStmt.set_Else_block(Statement blk)
|
void |
WhileStmt.set_Loop_block(Statement blk)
|
void |
Block.set_Statement(Statement s)
|
void |
IfStmt.set_Then_block(Statement blk)
|
Method parameters in mycompiler.mystatement with type arguments of type Statement | |
---|---|
CTripleSet |
Block.TRStatements(CSubstitutionSet sigma,
CTypeAssumptionSet V,
de.dhbwstuttgart.typeinference.Menge<Statement> statementList,
int index,
CTypeAssumptionSet V_start,
CSupportData supportData)
Implementierung des Algorithmus 5.19 von Martin Pl�micke Author: J�rg B�uerle |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |