com.croftsoft.apps.compiler.mini.node
Interface DeclarationMiniNode

All Superinterfaces:
MiniNode
All Known Implementing Classes:
IntegerDeclarationMiniNode, ProcedureDeclarationMiniNode

public interface DeclarationMiniNode
extends MiniNode

Abstract parse tree node for the Mini programming language.

Version:
1999-04-27
See Also:
MiniNode
Author:
David W. Croft

Method Summary
 NameSequenceMiniNode getNameSequenceMiniNode()
           
 
Methods inherited from interface com.croftsoft.apps.compiler.mini.node.MiniNode
checkSemantics, generate
 

Method Detail

getNameSequenceMiniNode

NameSequenceMiniNode getNameSequenceMiniNode()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)