net.scheinerman.phoenix.runner
Class InteractivePhoenixEnvironment.InteractiveFunctions.Help

java.lang.Object
  extended by net.scheinerman.phoenix.interpreter.Interpreter
      extended by net.scheinerman.phoenix.interpreter.functions.Function
          extended by net.scheinerman.phoenix.interpreter.functions.BuiltInFunction
              extended by net.scheinerman.phoenix.runner.InteractivePhoenixEnvironment.InteractiveFunctions.Help
Enclosing class:
InteractivePhoenixEnvironment.InteractiveFunctions

private class InteractivePhoenixEnvironment.InteractiveFunctions.Help
extends BuiltInFunction


Field Summary
 
Fields inherited from class net.scheinerman.phoenix.interpreter.functions.Function
af_names, af_types, argDescriptions, b4_names, b4_types, description, modifiers, name, returnDescription
 
Fields inherited from class net.scheinerman.phoenix.interpreter.Interpreter
_break, _continue, _return, breakValue, code, fat, file, keywordList, line, line_diff, printValues, retType, retTypeSet, retValue, run_code, stop, vat
 
Constructor Summary
InteractivePhoenixEnvironment.InteractiveFunctions.Help()
           
 
Method Summary
 void run(java.lang.String[] left, java.lang.String[] right)
           
 
Methods inherited from class net.scheinerman.phoenix.interpreter.functions.BuiltInFunction
run
 
Methods inherited from class net.scheinerman.phoenix.interpreter.functions.Function
addArgs, check, dealWithReturn, getAfterNames, getAfterTypes, getBeforeNames, getBeforeTypes, getDefinition, getName, printHelp, setModifiers, setName, setVATandFAT, toString
 
Methods inherited from class net.scheinerman.phoenix.interpreter.Interpreter
dealWithBreak, dealWithContinue, dealWithError, delete, doRun, getBlock, getFunction, getFunctionArguments, getFunctionFromDefinition, getReturnValue, getVariable, getWhitespace, initNewTables, isValidIdentifier, makeDefaultVariable, makeFunction, makeVariable, makeVariable, parsePhrase, putFunction, removeComments, removeWhitespace, retValueMatches, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InteractivePhoenixEnvironment.InteractiveFunctions.Help

public InteractivePhoenixEnvironment.InteractiveFunctions.Help()
Method Detail

run

public void run(java.lang.String[] left,
                java.lang.String[] right)
Specified by:
run in class BuiltInFunction