net.scheinerman.phoenix.library
Class StringFunctions.InLowerCase

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.library.StringFunctions.InLowerCase
Enclosing class:
StringFunctions

private class StringFunctions.InLowerCase
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
StringFunctions.InLowerCase()
           
 
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

StringFunctions.InLowerCase

public StringFunctions.InLowerCase()
Method Detail

run

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