|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.scheinerman.phoenix.interpreter.Interpreter
net.scheinerman.phoenix.interpreter.functions.Function
net.scheinerman.phoenix.interpreter.functions.BuiltInFunction
net.scheinerman.phoenix.library.MathFunctions.Log10
private class MathFunctions.Log10
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 | |
---|---|
MathFunctions.Log10()
|
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 |
---|
public MathFunctions.Log10()
Method Detail |
---|
public void run(java.lang.String[] left, java.lang.String[] right)
run
in class BuiltInFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |