czt.zxml.ast
Class SectTypeEnv.Pair

java.lang.Object
  |
  +--czt.zxml.ast.SectTypeEnv.Pair
Enclosing class:
SectTypeEnv

public static class SectTypeEnv.Pair
extends java.lang.Object


Field Summary
 java.lang.String sectionName
           
 Type type
           
 
Constructor Summary
SectTypeEnv.Pair(java.lang.String sectionName, Type type)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

sectionName

public java.lang.String sectionName

type

public Type type
Constructor Detail

SectTypeEnv.Pair

public SectTypeEnv.Pair(java.lang.String sectionName,
                        Type type)