Uses of Class
org.quattor.pan.utils.Range

Packages that use Range
org.quattor.pan.dml.data Provides data elements for the Data Manipulation Language (DML). 
org.quattor.pan.parser Provides classes for the implementation of the pan language parser. 
org.quattor.pan.type Implements the pan type system. 
 

Uses of Range in org.quattor.pan.dml.data
 

Methods in org.quattor.pan.dml.data with parameters of type Range
 void ProtectedHashResource.checkRange(Range range)
           
 void ProtectedListResource.checkRange(Range range)
           
 void LongProperty.checkRange(Range range)
           
 void ListResource.checkRange(Range range)
           
 void HashResource.checkRange(Range range)
           
 void DoubleProperty.checkRange(Range range)
           
 void StringProperty.checkRange(Range range)
           
 void Element.checkRange(Range range)
          Determine if the element satisfies the given range constraint.
 

Uses of Range in org.quattor.pan.parser
 

Methods in org.quattor.pan.parser that return Range
 Range ASTBaseTypeSpec.getRange()
           
 Range ASTTypeClause.getRange()
           
 Range PanParser.range()
           
 

Methods in org.quattor.pan.parser with parameters of type Range
 void ASTBaseTypeSpec.setRange(Range range)
           
 void ASTTypeClause.setRange(Range range)
           
 

Uses of Range in org.quattor.pan.type
 

Fields in org.quattor.pan.type declared as Range
protected  Range CompositeType.range
           
 

Constructors in org.quattor.pan.type with parameters of type Range
AliasType(java.lang.String source, SourceRange sourceRange, java.lang.String identifier, Range range)
          Constructor for AliasType takes the name of the type identifier.
CompositeType(java.lang.String source, SourceRange sourceRange, BaseType baseType, Range range)
           
HashType(java.lang.String source, SourceRange sourceRange, BaseType baseType, Range range)
          Constructor for HashType takes another BaseType as the type of the hash.
ListType(java.lang.String source, SourceRange sourceRange, BaseType baseType, Range range)
          Constructor for LinkType takes another BaseType as the type of the list.
RecordType(java.lang.String source, SourceRange sourceRange, boolean extensible, Range range, java.util.List<java.lang.String> includes, java.util.SortedMap<Term,FullType> reqFields, java.util.SortedMap<Term,FullType> optFields)
           
 



Copyright © 2011 Quattor. All Rights Reserved.