aspoev.manager.schema
Class TypeContext

java.lang.Object
  extended byaspoev.manager.schema.Context
      extended byaspoev.manager.schema.TypeContext

public class TypeContext
extends Context


Field Summary
protected  java.util.LinkedList types
           
 
Fields inherited from class aspoev.manager.schema.Context
contextTypeMap
 
Constructor Summary
TypeContext(TypeReferenceElement type)
           
TypeContext(TypeReferenceElement[] typeArray)
           
 
Method Summary
 void addType(TypeReferenceElement type)
           
 java.lang.String toString()
           
 boolean withinContext()
           
 
Methods inherited from class aspoev.manager.schema.Context
getContextType, setContextType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

types

protected java.util.LinkedList types
Constructor Detail

TypeContext

public TypeContext(TypeReferenceElement[] typeArray)

TypeContext

public TypeContext(TypeReferenceElement type)
Method Detail

addType

public void addType(TypeReferenceElement type)
Overrides:
addType in class Context

withinContext

public boolean withinContext()
Specified by:
withinContext in class Context

toString

public java.lang.String toString()