|
||||||||||
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.PureMethodDeclExt
The Pure extension of the MethodDecl
node.
MethodDecl_c
Field Summary |
Fields inherited from class polyglot.ext.jl.ast.Ext_c |
ext, node |
Constructor Summary | |
PureMethodDeclExt()
|
Method Summary | |
void |
translate(CodeWriter w,
Translator tr)
Translate the AST using the given code writer. |
Methods inherited from class polyglot.ext.jl.ast.JL_c |
addDecls, addMembers, addMembersEnter, buildTypes, buildTypesEnter, disambiguate, disambiguateEnter, enterScope, enterScope, exceptionCheck, exceptionCheckEnter, jl, prettyPrint, throwTypes, typeCheck, 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 PureMethodDeclExt()
Method Detail |
public void translate(CodeWriter w, Translator tr)
JL_c
translate
in interface NodeOps
translate
in class JL_c
w
- The code writer to which to write.tr
- The translation pass. This is not a visitor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |