|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.query.processor.program.ProgramInstruction
com.metamatrix.query.processor.proc.CommandInstruction
public abstract class CommandInstruction
This abstract base class has common methods for dealing with instructions that have commands. In particular commands may have nested EXECs that have parameter references, which require some special handling.
Field Summary |
---|
Constructor Summary | |
---|---|
CommandInstruction()
|
Method Summary | |
---|---|
protected java.util.List |
cloneReferences()
|
protected java.util.Collection |
getReferences()
|
void |
setReferences(java.util.Collection references)
|
Methods inherited from class com.metamatrix.query.processor.program.ProgramInstruction |
---|
clone, getChildPlans, getDescriptionProperties, process |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandInstruction()
Method Detail |
---|
protected java.util.Collection getReferences()
public void setReferences(java.util.Collection references)
protected java.util.List cloneReferences()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |