polyglot.ext.j0.ast
Interface ImportStaticMethod

All Superinterfaces:
java.lang.Cloneable, Copy, Import, JL, Node, NodeOps
All Known Implementing Classes:
ImportStaticMethod_c

public interface ImportStaticMethod
extends Import


Nested Class Summary
 
Nested classes inherited from class polyglot.ast.Import
Import.Kind
 
Field Summary
static Import.Kind STATIC_METHOD
           
 
Fields inherited from interface polyglot.ast.Import
CLASS, PACKAGE
 
Methods inherited from interface polyglot.ast.Import
kind, kind, name, name
 
Methods inherited from interface polyglot.ast.Node
childExpectedType, del, del, dump, ext, ext, ext, ext, position, position, visit, visitChild, visitEdge, visitList
 
Methods inherited from interface polyglot.ast.JL
init, node
 
Methods inherited from interface polyglot.ast.NodeOps
addDecls, addMembers, addMembersEnter, buildTypes, buildTypesEnter, disambiguate, disambiguateEnter, enterScope, enterScope, exceptionCheck, exceptionCheckEnter, prettyPrint, throwTypes, translate, typeCheck, typeCheckEnter, visitChildren
 
Methods inherited from interface polyglot.util.Copy
copy
 

Field Detail

STATIC_METHOD

public static final Import.Kind STATIC_METHOD