|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectgeneralHelpers.TreeNode
treeNodes.AbstractExpression
treeNodes.AbstractDispatch
public abstract class AbstractDispatch
This class is used to join the common code the two dispatch classes. From this class "Dispatch" and "StaticDisatch" are derived.
Field Summary | |
---|---|
protected ListNode<AbstractExpression> |
actual
|
protected AbstractExpression |
expr
|
protected AbstractSymbol |
name
|
Fields inherited from class generalHelpers.TreeNode |
---|
lineNumber |
Constructor Summary | |
---|---|
protected |
AbstractDispatch(int lineNumber,
AbstractExpression expression,
AbstractSymbol name,
ListNode<AbstractExpression> actuals)
|
Method Summary | |
---|---|
ListNode<AbstractExpression> |
getActuals()
|
AbstractExpression |
getExpression()
|
Methods inherited from class treeNodes.AbstractExpression |
---|
dumpType, dumpWithTypes, getType, setType |
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 |
Field Detail |
---|
protected AbstractExpression expr
protected AbstractSymbol name
protected ListNode<AbstractExpression> actual
Constructor Detail |
---|
protected AbstractDispatch(int lineNumber, AbstractExpression expression, AbstractSymbol name, ListNode<AbstractExpression> actuals)
Method Detail |
---|
public ListNode<AbstractExpression> getActuals()
public AbstractExpression getExpression()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |