jellyj.syntaxtree
Class InterfaceDeclarationNode

jellyj.syntaxtree.SyntaxTreeNode
  |
  +--jellyj.syntaxtree.TypeDeclarationNode
        |
        +--jellyj.syntaxtree.InterfaceDeclarationNode

public class InterfaceDeclarationNode
extends TypeDeclarationNode


Fields inherited from class jellyj.syntaxtree.TypeDeclarationNode
accessFlags_d, body_d, interfaces_d, name_d, NUMBER_FIELDS, NUMBER_INTERFACES, rooted_d

Fields inherited from class jellyj.syntaxtree.SyntaxTreeNode
column_d, line_d

Constructor Summary
InterfaceDeclarationNode()
           

Method Summary
 voidtranslate()
           
 TypetypeCheck(SymbolTable stable)
           

Constructor Detail

InterfaceDeclarationNode

public InterfaceDeclarationNode()
Method Detail

translate

public void translate()

typeCheck

public Type typeCheck(SymbolTable stable)
throws jellyj.util.TypeCheckError