de.hillenbrand.jedi.parser
Class ASTNestedInterfaceDeclaration
java.lang.Object
de.hillenbrand.jedi.parser.SimpleNode
de.hillenbrand.jedi.parser.ASTNestedInterfaceDeclaration
- All Implemented Interfaces:
- Node
public class ASTNestedInterfaceDeclaration
- extends SimpleNode
Methods inherited from class de.hillenbrand.jedi.parser.SimpleNode |
childrenAccept, dump, getJavaDoc, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
isStatic
public boolean isStatic
isAbstract
public boolean isAbstract
isStrict
public boolean isStrict
isFinal
public boolean isFinal
isPublic
public boolean isPublic
isProtected
public boolean isProtected
isPrivate
public boolean isPrivate
ASTNestedInterfaceDeclaration
public ASTNestedInterfaceDeclaration(int id)
ASTNestedInterfaceDeclaration
public ASTNestedInterfaceDeclaration(JavaParser p,
int id)
getExtends
public java.lang.String getExtends()
getMethods
public java.util.Vector<ASTMethodDeclaration> getMethods()
getName
public java.lang.String getName()
getVariables
public java.util.Vector<FileLocation> getVariables()
jjtAccept
public java.lang.Object jjtAccept(JavaParserVisitor visitor,
java.lang.Object data)
- Accept the visitor. *
- Specified by:
jjtAccept
in interface Node
- Overrides:
jjtAccept
in class SimpleNode