com.croftsoft.apps.compiler.mini.node
Class InputStatementMiniNode
java.lang.Object
com.croftsoft.apps.compiler.mini.node.AbstractMiniNode
com.croftsoft.apps.compiler.mini.node.InputStatementMiniNode
- All Implemented Interfaces:
- MiniNode, StatementMiniNode
public class InputStatementMiniNode
- extends AbstractMiniNode
- implements StatementMiniNode
Parse tree node for the Mini programming language.
- Version:
- 1999-04-25
- See Also:
MiniNode
- Author:
- David W. Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nameSequenceMiniNode
protected NameSequenceMiniNode nameSequenceMiniNode
InputStatementMiniNode
public InputStatementMiniNode(NameSequenceMiniNode nameSequenceMiniNode)
getNameSequenceMiniNode
public NameSequenceMiniNode getNameSequenceMiniNode()
generate
public void generate(MiniNodeCodeVisitor miniNodeCodeVisitor)
- Description copied from interface:
MiniNode
- Uses the Visitor design pattern to generate code.
miniNodeCodeVisitor.generate ( this );
- Specified by:
generate
in interface MiniNode
checkSemantics
public void checkSemantics(Stack parentMiniNodeStack)
throws SemanticErrorException
- Specified by:
checkSemantics
in interface MiniNode
- Specified by:
checkSemantics
in interface StatementMiniNode
- Throws:
SemanticErrorException
CroftSoft Apps Javadoc (2008-09-28 21:15:07)