Uses of Class
story.dbcore.grammars.VariableType

Packages that use VariableType
story.dbcore.exceptions   
story.dbcore.grammars   
story.dbcore.parameters   
 

Uses of VariableType in story.dbcore.exceptions
 

Constructors in story.dbcore.exceptions with parameters of type VariableType
DuplicateReference(VariableID ID, Parameter parameter, VariableType newType, VariableType extantType)
           
WronglyTypedReferenceReq(Parameter parameter, ReferenceReq requirement, VariableType extantType)
           
 

Uses of VariableType in story.dbcore.grammars
 

Fields in story.dbcore.grammars declared as VariableType
static VariableType VariableType.Bool
           
static VariableType VariableType.Document
           
static VariableType VariableType.Instancing
           
static VariableType VariableType.Int
           
static VariableType VariableType.Label
           
static VariableType VariableType.Node
           
static VariableType VariableType.Params
           
static VariableType VariableType.Rep
           
 

Methods in story.dbcore.grammars that return VariableType
static VariableType VariableType.get(int number)
          Return the corresponding VariableType for the given Unique ID (see getUniqueID).
static VariableType VariableType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 VariableType SymbolTable.getType(VariableID ID)
          Returns the VariableType of a variable.
 

Methods in story.dbcore.grammars with parameters of type VariableType
 void SymbolTable.declare(VariableID ID, VariableType variableType)
          Declare a variable
 

Uses of VariableType in story.dbcore.parameters
 

Methods in story.dbcore.parameters that return VariableType
 VariableType ReferenceReq.getType()
           
 VariableType RelatedNodeParameter.referenceType()
          Instantiation of abstract function from superclass.
 VariableType OrMatchingParameter.referenceType()
           
 VariableType NodeParameter.referenceType()
           
abstract  VariableType MatchingParameter.referenceType()
          Each concretizing class needs to tell us what kind of variable would need to go into the reference SymbolTable should such a storage be needed.
 VariableType KleeneParameter.referenceType()
          Instantiation of abstract function from superclass.
 VariableType BooleanMatchParameter.referenceType()
          Instantiation of abstract function from superclass.
 

Constructors in story.dbcore.parameters with parameters of type VariableType
ReferenceReq(VariableID refID, VariableType refType)
           
 



Copyright © 2011 David K. Elson. All Rights Reserved.