|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mycompiler.mystatement.Statement mycompiler.mystatement.ExprStmt
public abstract class ExprStmt
Field Summary | |
---|---|
protected Type |
type
|
Constructor Summary | |
---|---|
ExprStmt()
|
Method Summary | |
---|---|
Type |
getType()
|
int |
getTypeLineNumber()
Author: J�rg B�uerle |
java.lang.String |
getTypeName()
|
void |
replaceType(CReplaceTypeEvent e)
Tauscht einen Typ gegen einen anderen aus. |
void |
setType(Type t)
Author: J�rg B�uerle |
Methods inherited from class mycompiler.mystatement.Statement |
---|
codegen, TRStatement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Type type
Constructor Detail |
---|
public ExprStmt()
Method Detail |
---|
public java.lang.String getTypeName()
public Type getType()
public void setType(Type t)
t
- public void replaceType(CReplaceTypeEvent e)
ITypeReplacementListener
replaceType
in interface ITypeReplacementListener
e
- Das Event mit dem neuen Typpublic int getTypeLineNumber()
getTypeLineNumber
in interface ITypeReplacementListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |