Uses of Class
story.scheherazade.grammars.ReturnValue

Packages that use ReturnValue
story.scheherazade.grammars   
 

Uses of ReturnValue in story.scheherazade.grammars
 

Methods in story.scheherazade.grammars that return ReturnValue
static ReturnValue SCHGrammarTools.atomicID(SCHSymbolTable symbols, java.lang.String id)
          Handle an atomic identifier
 ReturnValue SCHGrammarParser.term(SCHSymbolTable symbols)
           
 

Methods in story.scheherazade.grammars with parameters of type ReturnValue
static Action SCHGrammarTools.action(ReturnValue actionType, ReturnValue truthDegree, ReturnValue modeReturn, SCHArguments args)
          Parse in an Action.
static StoryAssertionParameter SCHGrammarTools.assertionParameter(ReturnValue paramType, ReturnValue roleRV, SCHArguments args)
          Handles a complete StoryAssertion parameter, with type and arguments (e.g., node[role](arg))
 AssignedActionAddress SCHGrammarParser.assignedAction(SCHSymbolTable symbols, ReturnValue preColonTerm)
           
static AssignedActionAddress SCHGrammarTools.assignedActionAddress(Action action, ReturnValue time)
          Parse in an AssignedActionAddress.
 AssignedConditionAddress SCHGrammarParser.assignedCondition(SCHSymbolTable symbols, ReturnValue preColonTerm)
           
static AssignedConditionAddress SCHGrammarTools.assignedConditionAddress(Condition condition, ReturnValue time)
          Parse in an AssignedConditionAddress.
 AssignedModifierAddress SCHGrammarParser.assignedModifier(SCHSymbolTable symbols, ReturnValue preColonTerm)
           
static AssignedModifierAddress SCHGrammarTools.assignedModifierAddress(Modifier modifier, ReturnValue modified)
          Parse in an AssignedModifierAddress
static Condition SCHGrammarTools.condition(ReturnValue conditionType, ReturnValue truthDegree, ReturnValue modeReturn, SCHArguments args)
          Parse in a Condition.
static StoryPoint SCHGrammarTools.makePoint(ReturnValue pointType, SCHArguments args)
          Roll up a StoryPoint out of a parsed out ID (presumably a StoryPointType) and a series of arguments
static Modifier SCHGrammarTools.modifier(ReturnValue modifierType, SCHArguments args)
          Parse in a Modifier.
static java.lang.Object SCHGrammarTools.noun(ReturnValue nounType, SCHArguments args, ReturnValue nounName, NounFlavor flavor)
          Parse in a Noun.
static java.lang.Object SCHGrammarTools.stripArg(ReturnValue returnValue, SCHSymbolTable symbols)
          Given a ReturnValue, return the value itself, stripping away the encapsulation of ReturnVector.
 



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