Uses of Class
org.argouml.uml.reveng.java.Context

Packages that use Context
org.argouml.uml.reveng.java Import module implementation for the Java language. 
 

Uses of Context in org.argouml.uml.reveng.java
 

Subclasses of Context in org.argouml.uml.reveng.java
(package private)  class ClassifierContext
          This context is a specific classifier.
(package private)  class OuterClassifierContext
          This context is an outer class containing inner classes.
(package private)  class PackageContext
          This context is a package.
 

Fields in org.argouml.uml.reveng.java declared as Context
private  Context ParseState.context
          The available context for currentClassifier.
private  Context Context.context
          The succeding context.
 

Methods in org.argouml.uml.reveng.java that return Context
 Context ParseState.getContext()
          Get the current context.
private  Context Modeller.getContext(String name)
          Get the context for a classifier name that may or may not be fully qualified.
protected  Context Context.getContext()
           
 

Methods in org.argouml.uml.reveng.java with parameters of type Context
protected  void Context.setContext(Context c)
           
 

Constructors in org.argouml.uml.reveng.java with parameters of type Context
PackageContext(Context base, Object thePackage)
          Create a new context from a package.
OuterClassifierContext(Context base, Object theClassifier, Object thePackage, String theNamePrefix)
          Create a new context from a classifier.
Context(Context base)
          Create a new context.
ClassifierContext(Context base, Object classifier)
          Create a new context from a classifier.
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook