mycompiler.mystatement
Class NewClass
java.lang.Object
mycompiler.mystatement.Statement
mycompiler.mystatement.ExprStmt
mycompiler.mystatement.Expr
mycompiler.mystatement.NewClass
- All Implemented Interfaces:
- ITypeReplacementListener
public class NewClass
- extends Expr
Fields inherited from class mycompiler.mystatement.Expr |
usedid |
Fields inherited from class mycompiler.mystatement.ExprStmt |
type |
Method Summary |
void |
codegen(ClassFile classfile,
CodeAttribute code,
de.dhbwstuttgart.typeinference.Menge paralist)
|
java.lang.String |
get_Name()
|
void |
sc_check(de.dhbwstuttgart.typeinference.Menge classname,
java.util.Hashtable bh,
java.util.Hashtable ch,
boolean ext,
java.util.Hashtable parach,
java.util.Hashtable parabh)
|
void |
set_ArgumentList(ArgumentList al)
|
void |
set_UsedId(UsedId t)
|
CTripleSet |
TRExp(CSubstitutionSet sigma,
CTypeAssumptionSet V,
CSupportData supportData)
Implementierung des Algorithmus 5.31 von Martin Pl�micke
Author: J�rg B�uerle |
CTripleSet |
TRStatement(CSubstitutionSet sigma,
CTypeAssumptionSet V,
CSupportData supportData)
Implementierung des Algorithmus 5.26 von Martin Pl�micke
Author: J�rg B�uerle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewClass
public NewClass()
get_Name
public java.lang.String get_Name()
- Specified by:
get_Name
in class Expr
set_UsedId
public void set_UsedId(UsedId t)
- Overrides:
set_UsedId
in class Expr
sc_check
public void sc_check(de.dhbwstuttgart.typeinference.Menge classname,
java.util.Hashtable bh,
java.util.Hashtable ch,
boolean ext,
java.util.Hashtable parach,
java.util.Hashtable parabh)
throws SCStatementException
- Specified by:
sc_check
in class Expr
- Throws:
SCStatementException
set_ArgumentList
public void set_ArgumentList(ArgumentList al)
codegen
public void codegen(ClassFile classfile,
CodeAttribute code,
de.dhbwstuttgart.typeinference.Menge paralist)
throws JVMCodeException
- Specified by:
codegen
in class Statement
- Throws:
JVMCodeException
TRStatement
public CTripleSet TRStatement(CSubstitutionSet sigma,
CTypeAssumptionSet V,
CSupportData supportData)
- Implementierung des Algorithmus 5.26 von Martin Pl�micke
Author: J�rg B�uerle
- Specified by:
TRStatement
in class Statement
- Parameters:
sigma
- V
- supportData
-
- Returns:
TRExp
public CTripleSet TRExp(CSubstitutionSet sigma,
CTypeAssumptionSet V,
CSupportData supportData)
- Implementierung des Algorithmus 5.31 von Martin Pl�micke
Author: J�rg B�uerle
- Specified by:
TRExp
in class Expr
- Parameters:
sigma
- V
- supportData
-
- Returns: