czt.zxml
Class Reader.UnitInfo

java.lang.Object
  |
  +--czt.zxml.Reader.UnitInfo
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Reader

static class Reader.UnitInfo
extends java.lang.Object
implements java.io.Serializable

Information about a unit.

See Also:
Serialized Form

Field Summary
(package private)  Spec ast
           
(package private)  zeta.session.Locator locator
           
(package private)  zeta.util.Name name
           
(package private)  Reader.SourceInfo source
           
 
Constructor Summary
Reader.UnitInfo(zeta.util.Name name, Reader.SourceInfo source, zeta.session.Locator locator, Spec ast)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

name

zeta.util.Name name

source

Reader.SourceInfo source

locator

zeta.session.Locator locator

ast

Spec ast
Constructor Detail

Reader.UnitInfo

public Reader.UnitInfo(zeta.util.Name name,
                       Reader.SourceInfo source,
                       zeta.session.Locator locator,
                       Spec ast)