jellyj.syntaxtree
Class VariableDeclaratorNode
jellyj.syntaxtree.SyntaxTreeNode
|
+--jellyj.syntaxtree.VariableDeclaratorNode
- public class VariableDeclaratorNode
- extends SyntaxTreeNode
field_d
public boolean field_d
init_d
public ExpressionNode init_d
name_d
public Symbol name_d
type_d
public Type type_d
VariableDeclaratorNode
public VariableDeclaratorNode(boolean fieldFlag)
typeCheck
public Type typeCheck(SymbolTable stable)
throws jellyj.util.TypeCheckError
to Class jellyj.util.Symbol
to Class jellyj.util.Type
to Class jellyj.syntaxtree.ExpressionNode