|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--antlr.BaseAST | +--antlr.CommonAST | +--junc.ast.JUnCASTNode | +--junc.ast.TypeDeclarationNode
Field Summary | |
int |
accessFlags
|
java.util.Vector |
body
|
java.util.Vector |
interfaces
|
boolean |
isRooted
|
junc.symtab.Symbol |
name
|
Fields inherited from class antlr.BaseAST |
down, right |
Constructor Summary | |
TypeDeclarationNode()
|
|
TypeDeclarationNode(antlr.Token token)
|
Method Summary | |
abstract void |
translate()
|
junc.types.JUnCBaseType |
typeCheck(junc.symtab.SymbolTable stable)
|
Methods inherited from class junc.ast.JUnCASTNode |
getColumnNumber, getLineNumber, setColumnNumber, setLineNumber |
Methods inherited from class antlr.CommonAST |
getText, getType, initialize, initialize, initialize, setText, setType |
Methods inherited from class antlr.BaseAST |
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public junc.symtab.Symbol name
public java.util.Vector body
public int accessFlags
public boolean isRooted
public java.util.Vector interfaces
Constructor Detail |
public TypeDeclarationNode(antlr.Token token)
public TypeDeclarationNode()
Method Detail |
public junc.types.JUnCBaseType typeCheck(junc.symtab.SymbolTable stable) throws TypeCheckError
typeCheck
in class JUnCASTNode
TypeCheckError
public abstract void translate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |