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


Field Summary
 
Fields inherited from class de.hillenbrand.jedi.parser.SimpleNode
children, first_token, id, last_token, parent, parser
 
Constructor Summary
ASTNestedInterfaceDeclaration(int id)
           
ASTNestedInterfaceDeclaration(JavaParser p, int id)
           
 
Method Summary
 java.lang.String getExtends()
           
 java.util.Vector getMethods()
           
 java.lang.String getName()
           
 java.util.Vector getVariables()
           
 boolean isAbstract()
           
 boolean isFinal()
           
 boolean isPrivate()
           
 boolean isProtected()
           
 boolean isPublic()
           
 boolean isStatic()
           
 void setAbstract(boolean b)
           
 void setFinal(boolean b)
           
 void setPrivate(boolean b)
           
 void setProtected(boolean b)
           
 void setPublic(boolean b)
           
 void setStatic(boolean b)
           
 
Methods inherited from class de.hillenbrand.jedi.parser.SimpleNode
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
 

Constructor Detail

ASTNestedInterfaceDeclaration

public ASTNestedInterfaceDeclaration(int id)

ASTNestedInterfaceDeclaration

public ASTNestedInterfaceDeclaration(JavaParser p,
                                     int id)
Method Detail

getExtends

public java.lang.String getExtends()

getMethods

public java.util.Vector getMethods()

getName

public java.lang.String getName()

getVariables

public java.util.Vector getVariables()

isAbstract

public boolean isAbstract()

isFinal

public boolean isFinal()

isPrivate

public boolean isPrivate()

isProtected

public boolean isProtected()

isPublic

public boolean isPublic()

isStatic

public boolean isStatic()

setAbstract

public void setAbstract(boolean b)

setFinal

public void setFinal(boolean b)

setPrivate

public void setPrivate(boolean b)

setProtected

public void setProtected(boolean b)

setPublic

public void setPublic(boolean b)

setStatic

public void setStatic(boolean b)