|
||||||||||
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.ClassBodyDeclarationNode | +--junc.ast.MethodDeclarationNode | +--junc.ast.ConstructorDeclarationNode
Describe class ConstructorDeclarationNode
here.
Field Summary | |
junc.ast.ConstructorInvocationNode |
constructorInvocation
Describe variable constructorInvocation here. |
junc.ast.BlockNode |
fieldInit
Describe variable fieldInit here. |
Fields inherited from class junc.ast.MethodDeclarationNode |
block, exceptions, formalParameters, name, NUMBER_FORMALS, scope |
Fields inherited from class junc.ast.ClassBodyDeclarationNode |
accessFlags, type |
Fields inherited from class antlr.BaseAST |
down, right |
Constructor Summary | |
ConstructorDeclarationNode()
Creates a new ConstructorDeclarationNode instance. |
Method Summary | |
void |
translate(org.apache.bcel.generic.ClassGen classGen)
Describe translate method here. |
junc.types.JUnCBaseType |
typeCheck(junc.symtab.SymbolTable stable)
Describe typeCheck method here. |
Methods inherited from class junc.ast.MethodDeclarationNode |
argsNames, argsType, encodeType, isReturn, returnType |
Methods inherited from class junc.ast.ClassBodyDeclarationNode |
isFinal, isInstance, isPrivate, isProtected, isPublic, isStatic, type |
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.ast.ConstructorInvocationNode constructorInvocation
constructorInvocation
here.
public junc.ast.BlockNode fieldInit
fieldInit
here.
Constructor Detail |
public ConstructorDeclarationNode()
ConstructorDeclarationNode
instance.
Method Detail |
public junc.types.JUnCBaseType typeCheck(junc.symtab.SymbolTable stable) throws TypeCheckError
typeCheck
method here.
typeCheck
in class MethodDeclarationNode
stable
- a SymbolTable
value
JUnCBaseType
value
TypeCheckError
- if an error occurspublic void translate(org.apache.bcel.generic.ClassGen classGen)
translate
method here.
translate
in class MethodDeclarationNode
classGen
- a ClassGen
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |