Uses of Class
story.dbcore.parameters.ArgumentVector

Packages that use ArgumentVector
story.dbcore.admin   
story.dbcore.exceptions   
story.dbcore.grammars   
story.dbcore.parameters   
story.scheherazade.grammars   
 

Uses of ArgumentVector in story.dbcore.admin
 

Constructors in story.dbcore.admin with parameters of type ArgumentVector
Command(CommandType commandType, ArgumentVector args)
          Constructor with vector of arguments
 

Uses of ArgumentVector in story.dbcore.exceptions
 

Constructors in story.dbcore.exceptions with parameters of type ArgumentVector
TooManyArguments(ArgumentVector args)
           
 

Uses of ArgumentVector in story.dbcore.grammars
 

Methods in story.dbcore.grammars that return ArgumentVector
 ArgumentVector ReturnValue.arguments()
          Return the arguments of the value.
 ArgumentVector SCParser.arguments(boolean execute, SymbolTable symbols)
           
static ArgumentVector SCTools.stripArgs(ArgumentVector in, SymbolTable symbols)
          Given an arguments vector, which is a Vector of ReturnValues, return a vector of values themselves, suitable for passing to DBCoreInterface (which doesn't know what a ReturnValue object is).
 

Methods in story.dbcore.grammars with parameters of type ArgumentVector
static ReturnValue SCTools.argument_expression(DBCoreInterface dbci, SymbolTable symbols, ReturnValue subvalue, ArgumentVector args)
          Handle the argument (non) operator, i.e., when an expression is followed by arguments.
static ReturnValue SCTools.assignment_new_document(DBCoreInterface dbci, SymbolTable symbols, ReturnValue lvalue, ArgumentVector new_args)
          Handle an assignment operator followed by "new document"
static ReturnValue SCTools.assignment_new_repository(DBCoreInterface dbci, SymbolTable symbols, ReturnValue lvalue, ArgumentVector new_args)
          Handle an assignment operator followed by "new repository" and some arguments
static Parameter SCTools.parameter(DBCoreInterface dbci, VariableID outreference, ReturnValue paramType, ArgumentVector args)
          Handles a complete parameter, with type and arguments (e.g., node(arg))
static ArgumentVector SCTools.stripArgs(ArgumentVector in, SymbolTable symbols)
          Given an arguments vector, which is a Vector of ReturnValues, return a vector of values themselves, suitable for passing to DBCoreInterface (which doesn't know what a ReturnValue object is).
 

Constructors in story.dbcore.grammars with parameters of type ArgumentVector
ReturnValue(java.lang.Object value, ArgumentVector arguments)
          Constructor with arguments
 

Uses of ArgumentVector in story.dbcore.parameters
 

Methods in story.dbcore.parameters that return ArgumentVector
 ArgumentVector NodeInstancing.getArguments()
          Retrieve the arguments.
 ArgumentVector ArgumentVector.intern()
           
 ArgumentVector ArgumentVector.makeCopy()
          Make a shallow copy of the ArgumentVector.
 

Constructors in story.dbcore.parameters with parameters of type ArgumentVector
NodeInstancing(GenericNode frameNode, AttributeID parameterAttribute, ArgumentVector arguments)
          Constructs a NodeInstancing.
 

Uses of ArgumentVector in story.scheherazade.grammars
 

Constructors in story.scheherazade.grammars with parameters of type ArgumentVector
ReturnValue(java.lang.Object value, ArgumentVector arguments)
          Constructor with arguments
 



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