de.hillenbrand.jedi.parser
Class ASTInterfaceDeclaration
java.lang.Object
de.hillenbrand.jedi.parser.SimpleNode
de.hillenbrand.jedi.parser.ASTInterfaceDeclaration
- All Implemented Interfaces:
- Node
- public class ASTInterfaceDeclaration
- extends SimpleNode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASTInterfaceDeclaration
public ASTInterfaceDeclaration(int id)
ASTInterfaceDeclaration
public ASTInterfaceDeclaration(JavaParser p,
int id)
getExtends
public java.lang.String getExtends()
getFilename
public java.lang.String getFilename()
getImports
public java.util.Vector getImports()
getMethods
public java.util.Vector getMethods()
getName
public java.lang.String getName()
getVariables
public java.util.Vector getVariables()
isAbstract
public boolean isAbstract()
isPublic
public boolean isPublic()
setAbstract
public void setAbstract(boolean b)
setPublic
public void setPublic(boolean b)
toString
public java.lang.String toString()
- Overrides:
toString
in class SimpleNode