koala.dynamicjava.tree
Class Declaration

java.lang.Object
  extended by koala.dynamicjava.tree.Node
      extended by koala.dynamicjava.tree.Declaration
All Implemented Interfaces:
SourceInfo.Wrapper
Direct Known Subclasses:
ConstructorDeclaration, EnumDeclaration.EnumConstant, FieldDeclaration, FormalParameter, MethodDeclaration, PackageDeclaration, TypeDeclaration, VariableDeclaration

public abstract class Declaration
extends Node


Constructor Summary
protected Declaration(ModifierSet mods, SourceInfo si)
           
 
Method Summary
 ModifierSet getModifiers()
           
 void setModifiers(ModifierSet mods)
           
 
Methods inherited from class koala.dynamicjava.tree.Node
acceptVisitor, archiveProperties, getProperties, getProperty, getSourceInfo, hasProperty, setProperty, setSourceInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Declaration

protected Declaration(ModifierSet mods,
                      SourceInfo si)
Method Detail

getModifiers

public ModifierSet getModifiers()

setModifiers

public void setModifiers(ModifierSet mods)