|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpolyglot.ext.jl.ast.Ext_c
polyglot.ext.jl.ast.JL_c
polyglot.ext.pure.extension.PureConstructorCallExt
The Pure extension of the ConstructorCall
node.
Call_c
Field Summary |
Fields inherited from class polyglot.ext.jl.ast.Ext_c |
ext, node |
Constructor Summary | |
PureConstructorCallExt()
|
Method Summary | |
Node |
typeCheck(TypeChecker tc)
Type check the AST. |
Methods inherited from class polyglot.ext.jl.ast.JL_c |
addDecls, addMembers, addMembersEnter, buildTypes, buildTypesEnter, disambiguate, disambiguateEnter, enterScope, enterScope, exceptionCheck, exceptionCheckEnter, jl, prettyPrint, throwTypes, translate, typeCheckEnter, visitChildren |
Methods inherited from class polyglot.ext.jl.ast.Ext_c |
copy, dump, ext, ext, init, node, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface polyglot.ast.JL |
init, node |
Methods inherited from interface polyglot.util.Copy |
copy |
Constructor Detail |
public PureConstructorCallExt()
Method Detail |
public Node typeCheck(TypeChecker tc) throws SemanticException
JL_c
leave()
method of the
visitor. The method should perform work that should be done
after visiting the children of the node. The method may return
this
or a new copy of the node which will be
installed as a child of the node's parent.
typeCheck
in interface NodeOps
typeCheck
in class JL_c
tc
- The type checking visitor.
SemanticException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |