|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectgeneralHelpers.TreeNode
treeNodes.AbstractExpression
public abstract class AbstractExpression
Defines simple phylum AbstractExpression
| Field Summary |
|---|
| Fields inherited from class generalHelpers.TreeNode |
|---|
lineNumber |
| Constructor Summary | |
|---|---|
protected |
AbstractExpression(int lineNumber)
|
| Method Summary | |
|---|---|
protected void |
dumpType(java.io.Writer out,
int n)
|
abstract void |
dumpWithTypes(java.io.Writer out,
int n)
|
AbstractSymbol |
getType()
|
AbstractExpression |
setType(AbstractSymbol s)
|
| Methods inherited from class generalHelpers.TreeNode |
|---|
copy, copyAbstractSymbol, copyBoolean, dump, dumpAbstractSymbol, dumpBoolean, dumpLine, getLineNumber, set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractExpression(int lineNumber)
| Method Detail |
|---|
public AbstractSymbol getType()
public AbstractExpression setType(AbstractSymbol s)
public abstract void dumpWithTypes(java.io.Writer out,
int n)
throws java.io.IOException
java.io.IOException
protected void dumpType(java.io.Writer out,
int n)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||