org.fife.rsta.ac.java.rjc.ast
Interface TypeDeclarationContainer

All Known Subinterfaces:
TypeDeclaration
All Known Implementing Classes:
AbstractTypeDeclarationNode, CompilationUnit, EnumDeclaration, NormalClassDeclaration, NormalInterfaceDeclaration

public interface TypeDeclarationContainer

Interface for tree nodes that can hold type declarations (e.g. CompilationUnits and TypeDeclarations.

Version:
1.0
Author:
Robert Futrell

Method Summary
 void addTypeDeclaration(TypeDeclaration typeDec)
           
 

Method Detail

addTypeDeclaration

void addTypeDeclaration(TypeDeclaration typeDec)


Copyright © 2003-2011. All Rights Reserved.