A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

Above - Class in codesimian
greater than: >
Above() - Constructor for class codesimian.Above
 
AbsoluteValue - Class in codesimian
 
AbsoluteValue() - Constructor for class codesimian.AbsoluteValue
 
Acc - Class in codesimian
Inner classes are accessible-related wrappers for CSs.
Acc() - Constructor for class codesimian.Acc
 
Acc.AccessibleActionCS - Class in codesimian
 
Acc.AccessibleContextCS - Class in codesimian
 
Acc.AccessibleCS - Class in codesimian
 
Acc.AccessibleValueCS - Class in codesimian
 
actionPerformed(ActionEvent) - Method in class codesimian.ButtonCS
 
actionPerformed(ActionEvent) - Method in class codesimian.HumanTypesCommand.CommandWindow
ActionListener interface
actions - Static variable in class codesimian.Reflect
in function names, most common text that represents what the function does.
Add - Class in codesimian
 
Add() - Constructor for class codesimian.Add
 
add(byte[]) - Method in class codesimian.ByteBuf
add some bytes, which become the newest bytes
add(String, Object) - Static method in class codesimian.Cache
 
add(CS) - Static method in class codesimian.CSFactory
Adds a new subclass of CS that can be instantiated by newCS().
add(InterpretText) - Method in class codesimian.InterpretText.Concat
 
addCS(int, double) - Method in class codesimian.CSBuilder
Makes a CS and calls addCS(CS) for it.
addCS(int) - Method in class codesimian.CSBuilder
Same as addCS(int,double) except Nums start at 0
addCS(CS) - Method in class codesimian.CSBuilder
Adds in depth-first order Returns if it was added adds enough CSs to satisfy enoughParams() but not more (returns false then) big-O(1)
addDefaultClasses() - Static method in class codesimian.CSFactory
 
addExampleText(String) - Method in class codesimian.NaturalLanguage
 
addLayoutComponent(String, Component) - Method in class codesimian.Layout
 
addOneRandomlySelectedChildToEveryNonInputNode() - Method in class codesimian.SimpleBayesNet
randomly selected child always has lower index than parent its put in.
addP(CS) - Method in class codesimian.CS
Adds a new param at the end of the list.
addP(CS, CS) - Method in class codesimian.CS
same as addP(add0) && addP(add1).
addP(CS, CS, CS) - Method in class codesimian.CS
 
addP(CS, CS, CS, CS) - Method in class codesimian.CS
 
addP(CS, CS, CS, CS, CS) - Method in class codesimian.CS
 
addP(CS) - Method in class codesimian.N
always sets the value to addMe.D(), but if countP()==1 then returns false to show the countP did not increase
AddParam - Class in codesimian
param0.addP(param1 and higher).
AddParam() - Constructor for class codesimian.AddParam
 
addParent(CS, int) - Method in class codesimian.Function.ParamProxy
 
ADDRESS_NUMBER - Static variable in class codesimian.AddressShape
you can not instantiate AddressShape.
ADDRESS_START - Static variable in class codesimian.AddressShape
you can not instantiate AddressShape.
AddressShape - Class in codesimian
DEPRECATED.
AddressShape() - Constructor for class codesimian.AddressShape
 
AddressShape.Fractal - Class in codesimian
The first 0-.5 means to stop.
AddressShape.Fractal() - Constructor for class codesimian.AddressShape.Fractal
 
AddressShape.Linear - Class in codesimian
Fast.
AddressShape.Linear() - Constructor for class codesimian.AddressShape.Linear
 
AddressShape.Root - Class in codesimian
Similar to Linear and Fractal, except its meant to go on a root CS.
Its shape has range 0.0 to countP().
AddressShape.Root() - Constructor for class codesimian.AddressShape.Root
 
addSimilarStrings(String[]) - Method in class codesimian.NaturalLanguage
Adds all to similarStrings, each as its own key, and the array is the value.
addSubclass(Class) - Static method in class codesimian.Exec
Add a new subclass of Exec at any time.
For any subDesc where subDesc.equals(subclassInstance.getClassDescription()),
Exec.getSubclass(subDesc) returns subclassInstance.getClass().
addToHistory(double) - Method in class codesimian.BayesNode
adds a CS (from the constant-pool) with the value addThisChance to the end of the history list contained in param2.
addType(String, String, Class) - Static method in class codesimian.Reflect
 
adjustBitChance(double[], int, double) - Static method in class codesimian.BayesNode
Changes all values in conditionalChances[] so bitChance(conditionalChances,bitNum) would return approximately newChance.
allCommands() - Static method in class codesimian.Webpage
returns an array of of all standard commands
allParamsExistBeforeObserved() - Method in class codesimian.S
 
allParamsExistBeforeObserved() - Method in class codesimian.TextAreaCS
 
allPublicMethodsForObject(Object) - Method in class codesimian.InvokeMethod
Wraps all the Method's of 'myMethods' in InvokeMethod objects
AllSound - Class in codesimian
 
AllSound.ByteMaker - Interface in codesimian
Provides the bytes to be played through audio output.
allTreeNodes(TreeNode) - Method in class codesimian.TreeOfCodeGUI
returns all TreeNodes that can be reached through some TreePath starting from 'root'
ALWAYS_CALCULATE - Static variable in class codesimian.Static
If myFuel == ALWAYS_CALCULATE (default), and Options.costAvailable is big enough, D() always calculates DForProxy() instead of returning the previous value.
approximateBellCurve(int) - Static method in class codesimian.Statistics
Returns a sorted double[] with (always the same numbers in the same program execution) pseudorandom GAUSSIAN values, ave 0 std dev 1.
ArcSin - Class in codesimian
Returns the arc-sine.
ArcSin() - Constructor for class codesimian.ArcSin
 
arrayDim(Class) - Static method in class codesimian.Reflect
quantity of array dimensions of the Class.
arraySize() - Method in class codesimian.InterpretText.AllLetterPairs
 
arraySize() - Method in class codesimian.InterpretText.AllLetterTriples
 
arraySize() - Method in class codesimian.InterpretText
size that returned array of interpret() must be
arraySize() - Method in class codesimian.InterpretText.Concat
 
arraySize() - Method in class codesimian.InterpretText.Normalize
 
arraySize() - Method in class codesimian.InterpretText.SelectIndexs
 
arraySize() - Method in class codesimian.InterpretText.WordPairDistance
 
arraySize() - Method in class codesimian.InterpretText.WrapAroundSmallerRangeAndAverageOverlappingValues
 
arrayToCS(Object) - Static method in class codesimian.Static
converts any type of array to a CS, using objectToCS to interpret individual Objects
arrayToString(Object[]) - Static method in class codesimian.X
 
arrayToString(double[]) - Static method in class codesimian.X
 
arrayToString(int[]) - Static method in class codesimian.X
 
Ask - Class in codesimian
pops up a window on the screen with options "Yes" and "No".
Ask() - Constructor for class codesimian.Ask
 
attachTo(CS) - Method in class codesimian.BeforeExec
sets my 'nextExec' to f's 'exec' variable then sets f's 'exec' to me
audioData(InputStream) - Method in class codesimian.WholeMP3
Deprecated.  
available() - Method in class codesimian.InputStreamOfCS
 
averageBarHeight() - Method in class codesimian.MouseNumberList.Bars
 
aveZeroDevOne(double[]) - Static method in class codesimian.Statistics
calculates the average and standard deviation of d[] and changes its values to have average 0 and deviation 1.

B

B() - Method in class codesimian.Compile.SmallSymbol
 
B() - Method in class codesimian.CS
 
B() - Method in class codesimian.DefaultCS
 
B() - Method in class codesimian.IndependentCS
 
backgroundColor - Variable in class codesimian.MousePanel.ThePanel
 
badCountP - Variable in exception codesimian.CountPException
the countP() when this Exception occured
barHeight - Variable in class codesimian.MouseNumberList.Bars
barHeight[] may contain numbers in any range.
BayesNet - Class in codesimian
 
BayesNet() - Constructor for class codesimian.BayesNet
 
bayesNet - Variable in class codesimian.DieSpam
 
BayesNode - Class in codesimian
ERROR IN JAVADOC 7/05: Executing this BayesNode does not add to the HISTORY (in param2).
BayesNode() - Constructor for class codesimian.BayesNode
 
BayesNode.VerifyCountP - Class in codesimian
 
BayesNode.VerifyCountP(int) - Constructor for class codesimian.BayesNode.VerifyCountP
 
BayesNodeDependence - Class in codesimian
Returns a number proportional to the approximate total DEPENDENCE between the bayes-node (my param0), its childs, and between each child and each other child.
BayesNodeDependence() - Constructor for class codesimian.BayesNodeDependence
 
BayesNodePredictError - Class in codesimian
A heuristic that guesses the prediction-error of a "bayes-node" as defined in BayesNode.java, whose child nodes (in its param0) are also bayes-nodes.
BayesNodePredictError() - Constructor for class codesimian.BayesNodePredictError
 
BayesNodeUpdate - Class in codesimian
 
BayesNodeUpdate() - Constructor for class codesimian.BayesNodeUpdate
 
BeforeExec - Class in codesimian
Optionally add a (one time) command before some CS's exec.
This BeforeExec is the exec of some CS.
BeforeExec(CS) - Constructor for class codesimian.BeforeExec
attachTo(executeBeforeMyExec)
beforeExec(CS) - Method in class codesimian.BeforeExec
anything you want this BeforeExec to do to the target CS (parameterOfExec) immediately before its CS.DForProxy() is called.
bellCurveHeight(double) - Static method in class codesimian.Statistics
Returns the EXACT (except for roundoff) height of a bell curve at position x (any number), with average 0 and standard deviation 1.
BForProxy() - Method in class codesimian.Compile.SmallSymbol
 
BForProxy() - Method in class codesimian.CS
 
BForProxy() - Method in class codesimian.IndependentCS
 
biggestGroupOfSquares(CS[], int, String) - Static method in class codesimian.PuyoGame
Chooses which squares to delete (you should replace them with pictures of empty squares).
Binary - Class in codesimian
contains inner subclasses that reflect the bits of a primitive number.
Binary() - Constructor for class codesimian.Binary
 
bitChance(double[], int) - Static method in class codesimian.BayesNode
Returns the CHANCE that the bayes-node represented by bitNum is true.
body - Variable in class codesimian.Email
Exactly as given to the constructor.
bodyStarts - Variable in class codesimian.Email
index in textIndex[] the email body starts.
bottomColors - Variable in class codesimian.MouseNumberList.Bars
 
boundedGraphSet(CS, Set<CS>, boolean) - Static method in class codesimian.Static
Same as graphSet, except will not traverse past a given set of CSs.
builder - Variable in class codesimian.RuntimeCS.HowIWasBuilt
 
ButtonCS - Class in codesimian
A GUI JButton wrapped in a CS.
ButtonCS() - Constructor for class codesimian.ButtonCS
 
buttonCS - Variable in class codesimian.HumanTypesCommand.CommandWindow
 
buttonPanel - Variable in class codesimian.HumanTypesCommand.CommandWindow
 
ByteBuf - Class in codesimian
 
ByteBuf() - Constructor for class codesimian.ByteBuf
get more bytes from byteMaker if count is less than this * private int minCount = -1; public final int minCount(){ return minCount; } /** how many bytes to get from byteMaker at a time * private int byteMakerIncrement = -1; public final int byteMakerIncrement(){ return byteMakerIncrement; } /** where to get bytes from when needed * private ByteMaker byteMaker = null; public final ByteMaker byteMaker(){ return byteMaker; }
byteLimit - Variable in class codesimian.GetResource
 
byteValue() - Method in class codesimian.NumberStack
returns the byte value of the top Number on this stack
byteValue() - Method in class Test.NumberTest
 

C

C() - Method in class codesimian.CS
 
C() - Method in class codesimian.DefaultCS
 
C() - Method in class codesimian.IndependentCS
 
Cache - Class in codesimian
Uses a (weak or normal?) WeakHashMap to store large files as byte[] arrays (or other type of array), like an mp3 from the internet or your hard-drive.
Cache() - Constructor for class codesimian.Cache
 
calcExecPrefix - Static variable in class codesimian.StringLang
operatorName$myFuel#nameOfCS( ...params...
calculateNewMostCommonWords() - Method in class codesimian.NaturalLanguage
fills word[] (and wordToIndex) with the most common formatted words from exampleText.
callMeOnceBeforeUsingCodesimianOrCodesimianWillCrash() - Static method in class codesimian.Static
READ THIS!!!
catchThisType - Variable in class codesimian.Try.CatchOther
 
catchWhich(Class[]) - Static method in class codesimian.Reflect
reduces array size by only including those that shouldCatch(Class) returns true for
CForProxy() - Method in class codesimian.CS
 
CForProxy() - Method in class codesimian.IndependentCS
 
chanceMustFixNetwork - Variable in class codesimian.BayesNet
costs a lot to fix the network.
chanceOfError() - Method in class codesimian.AddressShape.Fractal
Returns .9 (very high) because P(1).D() is required to be in range 0.0 (inclusive) to 1.0 (exclusive), and if it isnt, an error could happen.
chanceOfError() - Method in class codesimian.AddressShape.Linear
Returns .9 (very high) because P(1).D() is required to be in range 0.0 (inclusive) to 1.0 (exclusive), and if it isnt, an error could happen.
chanceOfError() - Method in class codesimian.CommandLine
WARNING!!! CommandLine can delete your hard drive and do anything a person typing at a command-line can.
chanceOfError() - Method in class codesimian.InvokeMethod
Returns 0.5 because dynamicly calling external functions, with unknown inputs, is dangerous.
changeAllOfOneFileNameToAnOther(CS[], String, String) - Static method in class codesimian.PuyoGame
example: change all filenames 'redFace.jpg' to 'empty.jpg' to delete all the redFace squares.
changeBarQuantity() - Method in class codesimian.MouseNumberList
 
changeBarQuantityTo(int) - Method in class codesimian.MouseNumberList
 
changeParentsParams(CS) - Method in class codesimian.Function.ParamProxy
 
childCount() - Method in class codesimian.InterpretText.Concat
 
childCountForCondProbSize(int) - Static method in class codesimian.BayesNode
condProbSize is exponentially bigger than childCount.
classCount() - Static method in class codesimian.CSFactory
 
classes - Static variable in class codesimian.CSFactory
 
classToPrimitiveLetter(Class) - Static method in class codesimian.Reflect
example: int.class --> "I".
classToString - Static variable in class codesimian.CSFactory
error: can have more keyword() Strings than CLASSES!!!
clone() - Method in class codesimian.CS
returns newInstance(), but if thats null then throws a CloneNotSupportedException This function overrides java.lang.Object.clone();
code - Variable in class codesimian.CompilerApplet
 
codesimian - package codesimian
 
CodeSimian - Interface in codesimian
CodeSimian is not yet (but will be) the root of the CodeSimian software.
collectionToCS(Collection) - Static method in class codesimian.Static
 
ColorCS - Class in codesimian
A color with 3 or 4 dimensions.
ColorCS() - Constructor for class codesimian.ColorCS
 
combineArrays(List<short[]>) - Static method in class codesimian.WholeMP3
Deprecated.  
combineIfParamIsMyClassType() - Method in class codesimian.AbsoluteValue
 
combineIfParamIsMyClassType() - Method in class codesimian.Max
 
combineIfParamIsMyClassType() - Method in class codesimian.Min
 
combineIfParamIsMyClassType() - Method in class codesimian.Multiply
 
combineIfParamIsMyClassType() - Method in class codesimian.RoundToInt
 
combineIfParamIsMyClassType() - Method in class codesimian.TreeType
 
combineIfParamIsMyClassType() - Method in class codesimian.WindowCS
 
CommandLine - Class in codesimian
The command-line (if you have one) of your native operating-system.
CommandLine() - Constructor for class codesimian.CommandLine
 
CommandLine(String) - Constructor for class codesimian.CommandLine
 
commandListButton - Variable in class codesimian.HumanTypesCommand.CommandWindow
 
commandListHTML(CS[]) - Static method in class codesimian.Webpage
Returns an HTML table containing formatted description of the commands
compare(Object, Object) - Method in class codesimian.EvolveCode
 
compare(Object, Object) - Method in class codesimian.SimpleBayesNet
Comparator interface.
CompareNumbers - Class in codesimian
Returns 0 or 1 depending on how the numbers compare.
CompareNumbers() - Constructor for class codesimian.CompareNumbers
 
CompareNumbers.EqualB - Class in codesimian
 
CompareNumbers.EqualB() - Constructor for class codesimian.CompareNumbers.EqualB
 
CompareNumbers.EqualC - Class in codesimian
 
CompareNumbers.EqualC() - Constructor for class codesimian.CompareNumbers.EqualC
 
CompareNumbers.EqualD - Class in codesimian
 
CompareNumbers.EqualD() - Constructor for class codesimian.CompareNumbers.EqualD
 
CompareNumbers.EqualF - Class in codesimian
 
CompareNumbers.EqualF() - Constructor for class codesimian.CompareNumbers.EqualF
 
CompareNumbers.EqualI - Class in codesimian
 
CompareNumbers.EqualI() - Constructor for class codesimian.CompareNumbers.EqualI
 
CompareNumbers.EqualJ - Class in codesimian
 
CompareNumbers.EqualJ() - Constructor for class codesimian.CompareNumbers.EqualJ
 
CompareNumbers.EqualS - Class in codesimian
 
CompareNumbers.EqualS() - Constructor for class codesimian.CompareNumbers.EqualS
 
CompareNumbers.EqualZ - Class in codesimian
 
CompareNumbers.EqualZ() - Constructor for class codesimian.CompareNumbers.EqualZ
 
CompareNumbers.LessB - Class in codesimian
 
CompareNumbers.LessB() - Constructor for class codesimian.CompareNumbers.LessB
 
CompareNumbers.LessC - Class in codesimian
 
CompareNumbers.LessC() - Constructor for class codesimian.CompareNumbers.LessC
 
CompareNumbers.LessD - Class in codesimian
 
CompareNumbers.LessD() - Constructor for class codesimian.CompareNumbers.LessD
 
CompareNumbers.LessEqualB - Class in codesimian
 
CompareNumbers.LessEqualB() - Constructor for class codesimian.CompareNumbers.LessEqualB
 
CompareNumbers.LessEqualC - Class in codesimian
 
CompareNumbers.LessEqualC() - Constructor for class codesimian.CompareNumbers.LessEqualC
 
CompareNumbers.LessEqualD - Class in codesimian
 
CompareNumbers.LessEqualD() - Constructor for class codesimian.CompareNumbers.LessEqualD
 
CompareNumbers.LessEqualF - Class in codesimian
 
CompareNumbers.LessEqualF() - Constructor for class codesimian.CompareNumbers.LessEqualF
 
CompareNumbers.LessEqualI - Class in codesimian
 
CompareNumbers.LessEqualI() - Constructor for class codesimian.CompareNumbers.LessEqualI
 
CompareNumbers.LessEqualJ - Class in codesimian
 
CompareNumbers.LessEqualJ() - Constructor for class codesimian.CompareNumbers.LessEqualJ
 
CompareNumbers.LessEqualS - Class in codesimian
 
CompareNumbers.LessEqualS() - Constructor for class codesimian.CompareNumbers.LessEqualS
 
CompareNumbers.LessF - Class in codesimian
 
CompareNumbers.LessF() - Constructor for class codesimian.CompareNumbers.LessF
 
CompareNumbers.LessI - Class in codesimian
 
CompareNumbers.LessI() - Constructor for class codesimian.CompareNumbers.LessI
 
CompareNumbers.LessJ - Class in codesimian
 
CompareNumbers.LessJ() - Constructor for class codesimian.CompareNumbers.LessJ
 
CompareNumbers.LessS - Class in codesimian
 
CompareNumbers.LessS() - Constructor for class codesimian.CompareNumbers.LessS
 
CompareNumbers.MoreB - Class in codesimian
 
CompareNumbers.MoreB() - Constructor for class codesimian.CompareNumbers.MoreB
 
CompareNumbers.MoreC - Class in codesimian
 
CompareNumbers.MoreC() - Constructor for class codesimian.CompareNumbers.MoreC
 
CompareNumbers.MoreD - Class in codesimian
 
CompareNumbers.MoreD() - Constructor for class codesimian.CompareNumbers.MoreD
 
CompareNumbers.MoreEqualB - Class in codesimian
 
CompareNumbers.MoreEqualB() - Constructor for class codesimian.CompareNumbers.MoreEqualB
 
CompareNumbers.MoreEqualC - Class in codesimian
 
CompareNumbers.MoreEqualC() - Constructor for class codesimian.CompareNumbers.MoreEqualC
 
CompareNumbers.MoreEqualD - Class in codesimian
 
CompareNumbers.MoreEqualD() - Constructor for class codesimian.CompareNumbers.MoreEqualD
 
CompareNumbers.MoreEqualF - Class in codesimian
 
CompareNumbers.MoreEqualF() - Constructor for class codesimian.CompareNumbers.MoreEqualF
 
CompareNumbers.MoreEqualI - Class in codesimian
 
CompareNumbers.MoreEqualI() - Constructor for class codesimian.CompareNumbers.MoreEqualI
 
CompareNumbers.MoreEqualJ - Class in codesimian
 
CompareNumbers.MoreEqualJ() - Constructor for class codesimian.CompareNumbers.MoreEqualJ
 
CompareNumbers.MoreEqualS - Class in codesimian
 
CompareNumbers.MoreEqualS() - Constructor for class codesimian.CompareNumbers.MoreEqualS
 
CompareNumbers.MoreF - Class in codesimian
 
CompareNumbers.MoreF() - Constructor for class codesimian.CompareNumbers.MoreF
 
CompareNumbers.MoreI - Class in codesimian
 
CompareNumbers.MoreI() - Constructor for class codesimian.CompareNumbers.MoreI
 
CompareNumbers.MoreJ - Class in codesimian
 
CompareNumbers.MoreJ() - Constructor for class codesimian.CompareNumbers.MoreJ
 
CompareNumbers.MoreS - Class in codesimian
 
CompareNumbers.MoreS() - Constructor for class codesimian.CompareNumbers.MoreS
 
CompareNumbers.NotEqualB - Class in codesimian
 
CompareNumbers.NotEqualB() - Constructor for class codesimian.CompareNumbers.NotEqualB
 
CompareNumbers.NotEqualC - Class in codesimian
 
CompareNumbers.NotEqualC() - Constructor for class codesimian.CompareNumbers.NotEqualC
 
CompareNumbers.NotEqualD - Class in codesimian
 
CompareNumbers.NotEqualD() - Constructor for class codesimian.CompareNumbers.NotEqualD
 
CompareNumbers.NotEqualF - Class in codesimian
 
CompareNumbers.NotEqualF() - Constructor for class codesimian.CompareNumbers.NotEqualF
 
CompareNumbers.NotEqualI - Class in codesimian
 
CompareNumbers.NotEqualI() - Constructor for class codesimian.CompareNumbers.NotEqualI
 
CompareNumbers.NotEqualJ - Class in codesimian
 
CompareNumbers.NotEqualJ() - Constructor for class codesimian.CompareNumbers.NotEqualJ
 
CompareNumbers.NotEqualS - Class in codesimian
 
CompareNumbers.NotEqualS() - Constructor for class codesimian.CompareNumbers.NotEqualS
 
CompareNumbers.NotEqualZ - Class in codesimian
 
CompareNumbers.NotEqualZ() - Constructor for class codesimian.CompareNumbers.NotEqualZ
 
Compile - Class in codesimian
Contains inner subclasses for compiling CodeSimian language.
Compile() - Constructor for class codesimian.Compile
 
compile(String) - Method in class codesimian.StringLang
Converts a string of CodeSimian code, like "&c =# sqrt(a*a + b*b)", to a tree or graph of CSs.
compile(CS[]) - Method in class codesimian.StringLang
input CSs in order as if they were tokens that a lexer returned to a parser
Compile.CompilerPipeline - Class in codesimian
A pipeline/sequence of COMPILERs.
Compile.CompilerPipeline() - Constructor for class codesimian.Compile.CompilerPipeline
 
Compile.LParenSymbol - Class in codesimian
 
Compile.LParenSymbol() - Constructor for class codesimian.Compile.LParenSymbol
 
Compile.MyFuelSymbol - Class in codesimian
 
Compile.MyFuelSymbol() - Constructor for class codesimian.Compile.MyFuelSymbol
 
Compile.NameSymbol - Class in codesimian
 
Compile.NameSymbol() - Constructor for class codesimian.Compile.NameSymbol
 
Compile.ParseObjects - Class in codesimian
Converts a sequence
(that often has duplicate objects)
of CS objects
(that probably do not have enough params)
to a tree or graph-shape of CS objects,
where each CS object has a valid quantity of params,
assuming your parenthesis (example: Compile.LPAREN) allow that.
Compile.ParseObjects() - Constructor for class codesimian.Compile.ParseObjects
 
Compile.ParseObjectsByPriority - Class in codesimian
Infix-syntax for CodeSimian language.
Compile.ParseObjectsByPriority() - Constructor for class codesimian.Compile.ParseObjectsByPriority
 
Compile.RParenSymbol - Class in codesimian
 
Compile.RParenSymbol() - Constructor for class codesimian.Compile.RParenSymbol
 
Compile.SimpleCompiler - Class in codesimian
wrapper-class for a standard CompilerPipeline made of 3 smaller compilers
Compile.SimpleCompiler() - Constructor for class codesimian.Compile.SimpleCompiler
 
Compile.SmallSymbol - Class in codesimian
a symbol that uses very little memory and has only 1 variable (a byte) specifying how many semicolons that precede the symbol.
Compile.SmallSymbol() - Constructor for class codesimian.Compile.SmallSymbol
 
Compile.Symbol - Class in codesimian
Deprecated.  
Compile.Symbol(char, String) - Constructor for class codesimian.Compile.Symbol
Deprecated.  
Compile.TokenizeCode - Class in codesimian
Converts a STRING of CodeSimian code to a list of STRINGs - tokens of code.
Compile.TokenizeCode() - Constructor for class codesimian.Compile.TokenizeCode
 
Compile.TokensToObjects - Class in codesimian
Converts a sequence of string tokens to a sequence of CS objects with no params.
Compile.TokensToObjects() - Constructor for class codesimian.Compile.TokensToObjects
 
Compile.WhitespaceSymbol - Class in codesimian
 
Compile.WhitespaceSymbol() - Constructor for class codesimian.Compile.WhitespaceSymbol
 
CompilerApplet - Class in codesimian
unfinished
CompilerApplet() - Constructor for class codesimian.CompilerApplet
 
component - Variable in class codesimian.ImageCS
 
componentType - Static variable in class codesimian.GUI
new JavaType( java.awt.Component.class )
Const - Class in codesimian
A final constant number, selected at instantiation.
Const() - Constructor for class codesimian.Const
 
Const.ConstByte - Class in codesimian
My only instance var is a byte.
Const.ConstByte(byte) - Constructor for class codesimian.Const.ConstByte
 
Const.ConstDouble - Class in codesimian
My only instance var is a double.
Const.ConstDouble(double) - Constructor for class codesimian.Const.ConstDouble
 
Const.ConstFalse - Class in codesimian
I have no instance vars.
Const.ConstFalse() - Constructor for class codesimian.Const.ConstFalse
 
Const.ConstFloat - Class in codesimian
My only instance var is a float.
Const.ConstFloat(float) - Constructor for class codesimian.Const.ConstFloat
 
Const.ConstInt - Class in codesimian
My only instance var is a int.
Const.ConstInt(int) - Constructor for class codesimian.Const.ConstInt
 
Const.ConstShort - Class in codesimian
My only instance var is a short.
Const.ConstShort(short) - Constructor for class codesimian.Const.ConstShort
 
Const.ConstTrue - Class in codesimian
I have no instance vars.
Const.ConstTrue() - Constructor for class codesimian.Const.ConstTrue
 
Const.ConstWithUselessParams - Class in codesimian
A constant value that can contain any quantity of params, but it never executes or does anything to them.
Const.ConstWithUselessParams(double) - Constructor for class codesimian.Const.ConstWithUselessParams
 
Const.ConstWithUselessParams() - Constructor for class codesimian.Const.ConstWithUselessParams
 
constPoolSize() - Static method in class codesimian.Const
quantity of Const's in the shared pool
container - Variable in class codesimian.Squares
 
containerStack - Static variable in class codesimian.Layout
the top Container in this stack is copied to new Layouts.
containerType - Static variable in class codesimian.GUI
new JavaType( java.awt.Container.class ), a subtype of Component
ContinuousBayesNode - Class in codesimian
continuousBayesNode(list(childs...) list(probabilities...))

If P(2) exists, it is the LEARNING SPEED, which ranges 0 - 1.
ContinuousBayesNode() - Constructor for class codesimian.ContinuousBayesNode
 
copyArrayToCS(double[], CS) - Static method in class codesimian.ContinuousBayesNode
 
copyOptions(CS, CS) - Static method in class codesimian.Static
copies one CS's options to an other CS.
CopyParams - Class in codesimian
Removes all params from param0.
CopyParams() - Constructor for class codesimian.CopyParams
 
CopyParamToParam - Class in codesimian
should be replaced by EqualP...
CopyParamToParam() - Constructor for class codesimian.CopyParamToParam
 
cost() - Method in class codesimian.ArcSin
 
cost() - Method in class codesimian.Ask
 
cost() - Method in class codesimian.BayesNet
 
cost() - Method in class codesimian.BayesNode
Returns size of conditional-probability table in param1, which is EXPONENTIALLY bigger than quantity of child nodes and anything else in this BayesNode.
cost() - Method in class codesimian.BayesNodeDependence
 
cost() - Method in class codesimian.BayesNodePredictError
 
cost() - Method in class codesimian.BayesNodeUpdate
 
cost() - Method in class codesimian.ButtonCS
 
cost() - Method in class codesimian.CommandLine
 
cost() - Method in class codesimian.Compile
 
cost() - Method in class codesimian.Compile.TokenizeCode
 
cost() - Method in class codesimian.Const.ConstByte
.6 (instead of .4) because casting slows it
cost() - Method in class codesimian.Const.ConstFalse
.20 (instead of .25) because zero is a little faster than all nonzero numbers, on average
cost() - Method in class codesimian.Const.ConstFloat
.7 (instead of .4) because casting slows it
cost() - Method in class codesimian.Const.ConstInt
.6 (instead of .4) because casting slows it
cost() - Method in class codesimian.Const.ConstShort
.6 (instead of .4) because casting slows it
cost() - Method in class codesimian.Const.ConstTrue
.25
cost() - Method in class codesimian.Const
default 0.4
cost() - Method in class codesimian.CS
cost() should be changed to return a float, and should be renamed to costToExecute()

cost of EXECUTING this CS, not including any CSs it executes recursively.
cost() - Method in class codesimian.EqualP
returns a number that varies by countP() and by how many things will probably be copied
cost() - Method in class codesimian.FTime
 
cost() - Method in class codesimian.GetResource
 
cost() - Method in class codesimian.HumanTypesCommand
1000000 because it usually takes a few seconds to type a command.
cost() - Method in class codesimian.IndentCode
 
cost() - Method in class codesimian.InvokeMethod
 
cost() - Method in class codesimian.Layout
default: 100000, because GUI should only be used for important things, not to do low-level calculations for an AI.
cost() - Method in class codesimian.Median
Returns countP()*10, an approximation of countP()*log(countP()), which is too slow to calculate every call of D().
cost() - Method in class codesimian.NatLangType
 
cost() - Method in class codesimian.Ptr.FieldPtr
returns 6, because Field must be set dynamicly
cost() - Method in class codesimian.Ptr.IndividualPtrs
.7
cost() - Method in class codesimian.Ptr.Null
.7
cost() - Method in class codesimian.Ptr.PtrSet
.7
cost() - Method in class codesimian.RandGaussian
 
cost() - Method in class codesimian.RandRange
 
cost() - Method in class codesimian.Scroll
 
cost() - Method in class codesimian.SetEqual.SetL
 
cost() - Method in class codesimian.SimpleBayesNet
 
cost() - Method in class codesimian.SimpleBayesNet.Test
 
cost() - Method in class codesimian.Sin
 
cost() - Method in class codesimian.SlideBar
 
cost() - Method in class codesimian.SlideBarReacts
 
cost() - Method in class codesimian.SoundFile
returns 500 because sound files are slow to read
cost() - Method in class codesimian.SplitPane
 
cost() - Method in class codesimian.Strings.PrintCS
 
cost() - Method in class codesimian.Strings.PrintNumber
Returns 10000 because system call to print to screen causes thread to block (wait)
cost() - Method in class codesimian.Strings.PrintString
Returns 10000 because system call to print to screen causes thread to block (wait)
cost() - Method in class codesimian.Strings.StringSplit
 
cost() - Method in class codesimian.TextAreaCS
 
cost() - Method in class codesimian.TimerCS
10000, because switching between THREADS is slow
cost() - Method in class codesimian.TreeOfCodeGUI
 
cost() - Method in class codesimian.WindowCS
 
couldNotCastMe - Variable in exception codesimian.CSCastException
 
couldNotCastToThisType - Variable in exception codesimian.CSCastException
The thrower of this CSCastException could not cast a CS to some Class type.
count() - Method in class codesimian.ByteBuf
 
Count - Class in codesimian
Counts up from 0 by 1s.
Count() - Constructor for class codesimian.Count
 
countP() - Method in class codesimian.CS
Quantity of params.
countP() - Method in class codesimian.DefaultCS
 
countP() - Method in class codesimian.IndependentCS
 
countP() - Method in class codesimian.N
0 or 1.
countP() - Method in class codesimian.ReflectJavaClass
 
countP() - Method in class codesimian.S
 
countP() - Method in class codesimian.StringSkeleton
returns the string length
countP() - Method in class codesimian.TextAreaCS
returns string length
CountPException - Exception in codesimian
Means some CS's countP() is not in a valid range (between minP() and maxP() inclusive).
CountPException() - Constructor for exception codesimian.CountPException
 
CountPException(String) - Constructor for exception codesimian.CountPException
 
CountPException(CS) - Constructor for exception codesimian.CountPException
 
CountPException(CS, String) - Constructor for exception codesimian.CountPException
 
CountPException.TooBig - Exception in codesimian
thrown when someCS.maxP() < someCS.countP()
CountPException.TooBig() - Constructor for exception codesimian.CountPException.TooBig
 
CountPException.TooBig(String) - Constructor for exception codesimian.CountPException.TooBig
 
CountPException.TooBig(CS) - Constructor for exception codesimian.CountPException.TooBig
 
CountPException.TooBig(CS, String) - Constructor for exception codesimian.CountPException.TooBig
 
CountPException.TooBig.CouldNotAdd - Exception in codesimian
countP() would have been too big if some CS could have been added, but now countP() is exactly maxP()
CountPException.TooBig.CouldNotAdd() - Constructor for exception codesimian.CountPException.TooBig.CouldNotAdd
 
CountPException.TooBig.CouldNotAdd(String) - Constructor for exception codesimian.CountPException.TooBig.CouldNotAdd
 
CountPException.TooBig.CouldNotAdd(CS) - Constructor for exception codesimian.CountPException.TooBig.CouldNotAdd
 
CountPException.TooBig.CouldNotAdd(CS, String) - Constructor for exception codesimian.CountPException.TooBig.CouldNotAdd
 
CountPException.TooSmall - Exception in codesimian
thrown when someCS.countP() < someCS.minP()
CountPException.TooSmall() - Constructor for exception codesimian.CountPException.TooSmall
 
CountPException.TooSmall(String) - Constructor for exception codesimian.CountPException.TooSmall
 
CountPException.TooSmall(CS) - Constructor for exception codesimian.CountPException.TooSmall
 
CountPException.TooSmall(CS, String) - Constructor for exception codesimian.CountPException.TooSmall
 
CountPException.TooSmall.CouldNotDelete - Exception in codesimian
A delete would have made countP() too small, but the delete was stopped.
CountPException.TooSmall.CouldNotDelete() - Constructor for exception codesimian.CountPException.TooSmall.CouldNotDelete
 
CountPException.TooSmall.CouldNotDelete(String) - Constructor for exception codesimian.CountPException.TooSmall.CouldNotDelete
 
CountPException.TooSmall.CouldNotDelete(CS) - Constructor for exception codesimian.CountPException.TooSmall.CouldNotDelete
 
CountPException.TooSmall.CouldNotDelete(CS, String) - Constructor for exception codesimian.CountPException.TooSmall.CouldNotDelete
 
createChild(String) - Method in class codesimian.FileOrURL
returns a new CS that represents some subfolder or subURL (of this FileOrURL).
createNetwork(int) - Method in class codesimian.SimpleBayesNet
Creates an untrained network with no experience.
cs - Variable in class codesimian.Acc.AccessibleActionCS
 
cs - Variable in class codesimian.Acc.AccessibleContextCS
 
cs - Variable in class codesimian.Acc.AccessibleCS
 
cs - Variable in class codesimian.Acc.AccessibleValueCS
 
cs - Variable in class codesimian.CompilerApplet
 
cs - Variable in exception codesimian.CountPException
the CS whose countP() is out of valid range
CS - Class in codesimian
CS is the root of all other classes! Its the top of the CodeSimian heirarchy.
CS() - Constructor for class codesimian.CS
 
CSBuilder - Class in codesimian
This class is obsolete for compiling.
CSBuilder() - Constructor for class codesimian.CSBuilder
 
CSBuilder(int) - Constructor for class codesimian.CSBuilder
 
CSCastException - Exception in codesimian
CSCastException is thrown by CS objects when CS.L(Class) or CS.LForProxy(Class) can not cast the CS to the specified Class type.
CSCastException() - Constructor for exception codesimian.CSCastException
couldNotCastToThisType is set to null.
CSCastException(String) - Constructor for exception codesimian.CSCastException
couldNotCastToThisType is set to null.
CSCastException(Class) - Constructor for exception codesimian.CSCastException
Constructs a CSCastException with no detail message.
CSCastException(Class, String) - Constructor for exception codesimian.CSCastException
Constructs a CSCastException with the specified detail message.
CSCastException(CS, Class) - Constructor for exception codesimian.CSCastException
also remembers the CS that could not be cast to the Class type
CSCastException(CS, Class, String) - Constructor for exception codesimian.CSCastException
also remembers the CS that could not be cast to the Class type
CSClass(String) - Static method in class codesimian.CSFactory
 
CSClassCount() - Method in class codesimian.CSBuilder
 
CSFactory - Class in codesimian
Contains all the standard subclasses of CS.
CSFactory() - Constructor for class codesimian.CSFactory
 
csGUI - Variable in class codesimian.CompilerApplet
 
CSName(Class) - Static method in class codesimian.CSFactory
error: can have more keyword() Strings than CLASSES!!!

D

D() - Method in class codesimian.Compile.SmallSymbol
 
D() - Method in class codesimian.Const
for efficiency, does not use EXEC.
D() - Method in class codesimian.CS
Execute this CS and cast to double.
D() - Method in class codesimian.Exec.Calc
 
D() - Method in class codesimian.Exec.CalcFuel
 
D() - Method in class codesimian.Exec.CalcFuelNan
 
D() - Method in class codesimian.Exec.CalcFuelNanNoPrev
 
D() - Method in class codesimian.Exec.CalcFuelNoPrev
 
D() - Method in class codesimian.Exec.CalcNan
 
D() - Method in class codesimian.Exec.CalcNanNoPrev
 
D() - Method in class codesimian.Exec.CalcNoPrev
 
D() - Method in class codesimian.Exec.Fuel
 
D() - Method in class codesimian.Exec.FuelNan
 
D() - Method in class codesimian.Exec.FuelNanNoPrev
 
D() - Method in class codesimian.Exec.FuelNoPrev
 
D() - Method in class codesimian.Exec.Nan
 
D() - Method in class codesimian.Exec.NanNoPrev
 
D() - Method in class codesimian.Exec.NoPrev
 
D() - Method in class codesimian.Exec.SetPrevExecButNeverUseIt
 
D() - Method in class codesimian.IndependentCS
 
dataForBayes(Email) - Method in class codesimian.DieSpam
 
decompile() - Method in class codesimian.Num
 
decompressMP3() - Method in class codesimian.SlowMP3
 
decompressMP3(byte[], SlowMP3.DecompressMP3Listener) - Static method in class codesimian.SlowMP3
 
decrementMyFuel() - Method in class codesimian.CS
Try to use 1 fuel credit.
decrementMyFuel() - Method in class codesimian.DefaultCS
Returns true if this CS has permission to execute, and consumes 1 exec permission.
If myFuel is at least 1, decrements it and returns true.
Or if myFuel == ALWAYS_CALCULATE, returns true but does not decrement.
Else returns false.
Does not call DForProxy().
decrementMyFuel() - Method in class codesimian.IndependentCS
returns true, but that might cause infinite loops...
DeepCopy - Class in codesimian
Deep-copy of a param-graph, starting from my param1, copied to my param0.
DeepCopy() - Constructor for class codesimian.DeepCopy
 
deepCopy(CS) - Static method in class codesimian.Static
Copies and returns a whole graph/network shape of CSs.
Example: A->B, B->C, C->A, A->Z....
defaultArraySize - Static variable in class codesimian.Delay
 
defaultCompiler() - Static method in class codesimian.Static
note: the same type of compiler (with keyword "compile") exists in defaultListOfCSs()
DefaultCS - Class in codesimian
CS has no variables, but DefaultCS does.
DefaultCS() - Constructor for class codesimian.DefaultCS
CSs created with this constructor might throw NullPointerExceptions if anything is done to these CSs before Static.pushOptions(CS) is called.
defaultFactory - Static variable in class codesimian.CSFactory
The default CSFactory.
defaultHeight - Static variable in class codesimian.WindowCS
 
defaultListOfCSs() - Static method in class codesimian.Static
everything CodeSimian language includes before typing any code, like +(0 0), *(0 0), /(0 0), list(), sound(0), window(0), etc.
defaultLocationX - Static variable in class codesimian.WindowCS
 
defaultLocationY - Static variable in class codesimian.WindowCS
 
defaultMaxExecAdd - Static variable in class codesimian.Static
 
defaultMaxLoops - Static variable in class codesimian.Loop
Each Loop's maxLoops is set to this value at instantiation.
Default does not limit loops: new NumberStack.NeverEmpty(Loop.UNLIMITED_LOOPS)
defaultMaxLoops - Static variable in class codesimian.Static
 
defaultMegabyteLimit - Variable in class codesimian.SlowMP3
 
defaultnullValue - Static variable in class codesimian.Ptr.Null
 
defaultStack() - Static method in class codesimian.Static
 
defaultVarNames() - Static method in class codesimian.Static
returns the default variable names that can be used with CS.L(String) and CS.setL(String,Object);
defaultVarTypes() - Static method in class codesimian.Static
returns the Class types of the variables whose names are returned by defaultVarNames.
defaultWidth - Static variable in class codesimian.WindowCS
 
Delay - Class in codesimian
First parameter is new data.
Delay(int) - Constructor for class codesimian.Delay
 
Delay() - Constructor for class codesimian.Delay
 
deleteByKeywordOrName(CS, String, CS) - Static method in class codesimian.PuyoGame
returns how many CSs were deleted from listOfSquares (and replaced with replaceWith)
deleteP(int, int) - Method in interface codesimian.CodeSimian
 
deleteP(int) - Method in class codesimian.CS
Deletes a Param at specified index, and slides the higher params down 1 index.
deleteP(int, int) - Method in class codesimian.CS
deletes a range of Params
deleteP(int) - Method in class codesimian.DefaultCS
WARNING: if returns false, could have deleted but not moved other params down 1 index.
WARNING: if duplicates not allowed, can not slide params down 1 index the standard way, returns false.
deleteP(int) - Method in class codesimian.Function
deleting not yet allowed
deleteP(int) - Method in class codesimian.IndependentCS
 
deleteP(int) - Method in class codesimian.Layout
 
deleteP(int) - Method in class codesimian.MouseNumberList
 
deleteP(int) - Method in class codesimian.N
 
deleteP(int) - Method in class codesimian.ReflectJavaClass
 
deleteP(int) - Method in class codesimian.S
 
deleteP(int) - Method in class codesimian.Scroll
 
deleteP(int) - Method in class codesimian.SimpleBayesNet
only 1 delete may ever be done.
deleteP(int) - Method in class codesimian.Sound
 
deleteP(int) - Method in class codesimian.StringSkeleton
removes a char from the string.
deleteP(int) - Method in class codesimian.TextAreaCS
deletes a char from the string and returns a Const from the constant-pool with its value * public CS deleteP(int index){ if (index < 0 || countP() <= index){ String t = text.getText(); text.setText( t.substring(0, index) + t.substring(index+1, t.length()) ); if (index < execPosition) execPosition--; return Const.pool( (double) t.charAt(index) ); } return null; }
deleteP(int) - Method in class codesimian.TreeOfCodeGUI
 
DeleteParam - Class in codesimian
In the CS param0, deletes param with int index param1.
DeleteParam() - Constructor for class codesimian.DeleteParam
 
delimiters - Variable in class codesimian.NaturalLanguage
 
dependence(double[], int, int, boolean) - Static method in class codesimian.SimpleBayesNet
condProb[] is the param1 of some bayes-node.
describeSplit(JSplitPane) - Method in class codesimian.SplitPane
returns a number that should go in param2
description() - Method in class codesimian.Add
 
description() - Method in class codesimian.AddParam
 
description() - Method in class codesimian.BayesNet
 
description() - Method in class codesimian.BayesNode
 
description() - Method in class codesimian.BayesNode.VerifyCountP
 
description() - Method in class codesimian.BayesNodePredictError
 
description() - Method in class codesimian.BayesNodeUpdate
 
description() - Method in class codesimian.ButtonCS
 
description() - Method in class codesimian.ColorCS
 
description() - Method in class codesimian.CommandLine
 
description() - Method in class codesimian.Compile.ParseObjects
 
description() - Method in class codesimian.Compile.ParseObjectsByPriority
 
description() - Method in class codesimian.Compile.TokenizeCode
 
description() - Method in class codesimian.Compile.TokensToObjects
 
description() - Method in class codesimian.ContinuousBayesNode
 
description() - Method in class codesimian.CopyParams
 
description() - Method in class codesimian.CopyParamToParam
 
DESCRIPTION - Static variable in class codesimian.CS
 
description() - Method in class codesimian.CS
a short description of this CS, shorter than the javadoc, but long enough to tell what the params are for.
description() - Method in class codesimian.DefaultCS
 
description() - Method in class codesimian.Delay
 
description() - Method in class codesimian.DeleteParam
 
description() - Method in class codesimian.EqualP
 
description() - Method in class codesimian.EqualRecurse2
 
description() - Method in class codesimian.ExecParam
 
description() - Method in class codesimian.FileOrURL
 
description() - Method in class codesimian.FList
 
description() - Method in class codesimian.GetResource
 
description() - Method in class codesimian.IndentCode
 
description() - Method in class codesimian.IndependentCS
 
description() - Method in class codesimian.Interpolate
 
description() - Method in class codesimian.InterpretText
 
description() - Method in class codesimian.JavaMethod2
 
description() - Method in class codesimian.JavaType
 
description() - Method in class codesimian.JavaTypeConst
 
description() - Method in class codesimian.Layout
 
description() - Method in class codesimian.Log
 
description() - Method in class codesimian.Loop.DynamicLoop.DynamicForLoop
 
description() - Method in class codesimian.Loop.DynamicLoop.DynamicRepeatLoop
 
description() - Method in class codesimian.Loop.DynamicLoop.DynamicWhileLoop
 
description() - Method in class codesimian.Loop.ForEach
 
description() - Method in class codesimian.Loop.StaticLoop.StaticForLoop
 
description() - Method in class codesimian.Loop.StaticLoop.StaticRepeatLoop
 
description() - Method in class codesimian.Microphone
 
description() - Method in class codesimian.MouseNumberList
 
description() - Method in class codesimian.Multiply
 
description() - Method in class codesimian.N
 
description() - Method in class codesimian.NatLangType
 
description() - Method in class codesimian.Network
 
description() - Method in class codesimian.New
 
description() - Method in class codesimian.Num
 
description() - Method in class codesimian.RecurseP
 
description() - Method in class codesimian.ReflectedFunctions.addP
 
description() - Method in class codesimian.ReflectedFunctions.addPx
 
description() - Method in class codesimian.ReflectedFunctions.addPxx
 
description() - Method in class codesimian.ReflectedFunctions.addPxxx
 
description() - Method in class codesimian.ReflectedFunctions.addPxxxx
 
description() - Method in class codesimian.ReflectedFunctions.B
 
description() - Method in class codesimian.ReflectedFunctions.BForProxy
 
description() - Method in class codesimian.ReflectedFunctions.C
 
description() - Method in class codesimian.ReflectedFunctions.CForProxy
 
description() - Method in class codesimian.ReflectedFunctions.cost
 
description() - Method in class codesimian.ReflectedFunctions.countP
 
description() - Method in class codesimian.ReflectedFunctions.D
 
description() - Method in class codesimian.ReflectedFunctions.decrementMyFuel
 
description() - Method in class codesimian.ReflectedFunctions.deleteP
 
description() - Method in class codesimian.ReflectedFunctions.deletePx
 
description() - Method in class codesimian.ReflectedFunctions.description
 
description() - Method in class codesimian.ReflectedFunctions.DForProxy
 
description() - Method in class codesimian.ReflectedFunctions.equals
 
description() - Method in class codesimian.ReflectedFunctions.F
 
description() - Method in class codesimian.ReflectedFunctions.FForProxy
 
description() - Method in class codesimian.ReflectedFunctions.fuel
 
description() - Method in class codesimian.ReflectedFunctions.getClass
 
description() - Method in class codesimian.ReflectedFunctions.getExec
 
description() - Method in class codesimian.ReflectedFunctions.getObject
 
description() - Method in class codesimian.ReflectedFunctions.hashCode
 
description() - Method in class codesimian.ReflectedFunctions.heap
 
description() - Method in class codesimian.ReflectedFunctions.I
 
description() - Method in class codesimian.ReflectedFunctions.IForProxy
 
description() - Method in class codesimian.ReflectedFunctions.indexP
 
description() - Method in class codesimian.ReflectedFunctions.indexPName
 
description() - Method in class codesimian.ReflectedFunctions.insertB
 
description() - Method in class codesimian.ReflectedFunctions.insertC
 
description() - Method in class codesimian.ReflectedFunctions.insertD
 
description() - Method in class codesimian.ReflectedFunctions.insertF
 
description() - Method in class codesimian.ReflectedFunctions.insertI
 
description() - Method in class codesimian.ReflectedFunctions.insertJ
 
description() - Method in class codesimian.ReflectedFunctions.insertL
 
description() - Method in class codesimian.ReflectedFunctions.insertL1
 
description() - Method in class codesimian.ReflectedFunctions.insertLx
 
description() - Method in class codesimian.ReflectedFunctions.insertP
 
description() - Method in class codesimian.ReflectedFunctions.insertS
 
description() - Method in class codesimian.ReflectedFunctions.insertZ
 
description() - Method in class codesimian.ReflectedFunctions.J
 
description() - Method in class codesimian.ReflectedFunctions.javaCode
 
description() - Method in class codesimian.ReflectedFunctions.JForProxy
 
description() - Method in class codesimian.ReflectedFunctions.keyword
 
description() - Method in class codesimian.ReflectedFunctions.L
 
description() - Method in class codesimian.ReflectedFunctions.LForProxy
 
description() - Method in class codesimian.ReflectedFunctions.LForProxyx
 
description() - Method in class codesimian.ReflectedFunctions.Lx
 
description() - Method in class codesimian.ReflectedFunctions.maxP
 
description() - Method in class codesimian.ReflectedFunctions.minP
 
description() - Method in class codesimian.ReflectedFunctions.myFuel
 
description() - Method in class codesimian.ReflectedFunctions.name
 
description() - Method in class codesimian.ReflectedFunctions.newInstance
 
description() - Method in class codesimian.ReflectedFunctions.notify
 
description() - Method in class codesimian.ReflectedFunctions.notifyAll
 
description() - Method in class codesimian.ReflectedFunctions.P
 
description() - Method in class codesimian.ReflectedFunctions.parent
 
description() - Method in class codesimian.ReflectedFunctions.parsePriority
 
description() - Method in class codesimian.ReflectedFunctions.PB
 
description() - Method in class codesimian.ReflectedFunctions.PC
 
description() - Method in class codesimian.ReflectedFunctions.PD
 
description() - Method in class codesimian.ReflectedFunctions.PF
 
description() - Method in class codesimian.ReflectedFunctions.PI
 
description() - Method in class codesimian.ReflectedFunctions.PJ
 
description() - Method in class codesimian.ReflectedFunctions.PL
 
description() - Method in class codesimian.ReflectedFunctions.prevB
 
description() - Method in class codesimian.ReflectedFunctions.prevC
 
description() - Method in class codesimian.ReflectedFunctions.prevD
 
description() - Method in class codesimian.ReflectedFunctions.prevF
 
description() - Method in class codesimian.ReflectedFunctions.prevI
 
description() - Method in class codesimian.ReflectedFunctions.prevJ
 
description() - Method in class codesimian.ReflectedFunctions.prevL
 
description() - Method in class codesimian.ReflectedFunctions.prevS
 
description() - Method in class codesimian.ReflectedFunctions.prevZ
 
description() - Method in class codesimian.ReflectedFunctions.PS
 
description() - Method in class codesimian.ReflectedFunctions.PType
 
description() - Method in class codesimian.ReflectedFunctions.PZ
 
description() - Method in class codesimian.ReflectedFunctions.S
 
description() - Method in class codesimian.ReflectedFunctions.setB
 
description() - Method in class codesimian.ReflectedFunctions.setBx
 
description() - Method in class codesimian.ReflectedFunctions.setC
 
description() - Method in class codesimian.ReflectedFunctions.setCost
 
description() - Method in class codesimian.ReflectedFunctions.setCx
 
description() - Method in class codesimian.ReflectedFunctions.setD
 
description() - Method in class codesimian.ReflectedFunctions.setDescription
 
description() - Method in class codesimian.ReflectedFunctions.setDx
 
description() - Method in class codesimian.ReflectedFunctions.setExec
 
description() - Method in class codesimian.ReflectedFunctions.setF
 
description() - Method in class codesimian.ReflectedFunctions.setFuel
 
description() - Method in class codesimian.ReflectedFunctions.setFx
 
description() - Method in class codesimian.ReflectedFunctions.setHeap
 
description() - Method in class codesimian.ReflectedFunctions.setI
 
description() - Method in class codesimian.ReflectedFunctions.setIx
 
description() - Method in class codesimian.ReflectedFunctions.setJ
 
description() - Method in class codesimian.ReflectedFunctions.setJx
 
description() - Method in class codesimian.ReflectedFunctions.setL
 
description() - Method in class codesimian.ReflectedFunctions.setL1
 
description() - Method in class codesimian.ReflectedFunctions.setLx
 
description() - Method in class codesimian.ReflectedFunctions.setLxx
 
description() - Method in class codesimian.ReflectedFunctions.setMyFuel
 
description() - Method in class codesimian.ReflectedFunctions.setName
 
description() - Method in class codesimian.ReflectedFunctions.setObject
 
description() - Method in class codesimian.ReflectedFunctions.setP
 
description() - Method in class codesimian.ReflectedFunctions.setParent
 
description() - Method in class codesimian.ReflectedFunctions.setParsePriority
 
description() - Method in class codesimian.ReflectedFunctions.setPrevExec
 
description() - Method in class codesimian.ReflectedFunctions.setPType
 
description() - Method in class codesimian.ReflectedFunctions.setS
 
description() - Method in class codesimian.ReflectedFunctions.setSx
 
description() - Method in class codesimian.ReflectedFunctions.setZ
 
description() - Method in class codesimian.ReflectedFunctions.setZx
 
description() - Method in class codesimian.ReflectedFunctions.SForProxy
 
description() - Method in class codesimian.ReflectedFunctions.toString
 
description() - Method in class codesimian.ReflectedFunctions.V
 
description() - Method in class codesimian.ReflectedFunctions.VForProxy
 
description() - Method in class codesimian.ReflectedFunctions.wait
 
description() - Method in class codesimian.ReflectedFunctions.waitx
 
description() - Method in class codesimian.ReflectedFunctions.waitxx
 
description() - Method in class codesimian.ReflectedFunctions.Z
 
description() - Method in class codesimian.ReflectedFunctions.ZForProxy
 
description() - Method in class codesimian.S
 
description() - Method in class codesimian.Scroll
 
description() - Method in class codesimian.SetParam
 
description() - Method in class codesimian.SimpleBayesNet
 
description() - Method in class codesimian.SlideBar
 
description() - Method in class codesimian.SlideBarReacts
 
description() - Method in class codesimian.SlowMP3
 
description() - Method in class codesimian.SoundFile
 
description() - Method in class codesimian.SplitPane
 
description() - Method in class codesimian.Stacks.Peek
 
description() - Method in class codesimian.Stacks.Pop
 
description() - Method in class codesimian.Stacks.Push
 
description() - Method in class codesimian.Stacks.StackSize
 
description() - Method in class codesimian.Strings.StringSplit
 
description() - Method in class codesimian.TextAreaCS
 
description() - Method in class codesimian.ToStr
 
description() - Method in class codesimian.TreeOfCodeGUI
 
description() - Method in class codesimian.TreeType
 
description() - Method in class codesimian.View2d
 
description() - Method in class codesimian.WeightedAverage
 
description() - Method in class codesimian.WholeMP3
Deprecated.  
description() - Method in class codesimian.WindowCS
 
description() - Method in class codesimian.WordNode
 
detailString() - Method in class codesimian.Exec
 
detailString(CS) - Static method in class codesimian.Static
a longer string about this CS
DForProxy() - Method in class codesimian.Above
 
DForProxy() - Method in class codesimian.AbsoluteValue
 
DForProxy() - Method in class codesimian.Add
 
DForProxy() - Method in class codesimian.AddParam
 
DForProxy() - Method in class codesimian.AddressShape.Fractal
 
DForProxy() - Method in class codesimian.AddressShape.Linear
Returns a value less than 0 or greater or equal to 1, because it never traverses more than 1 level deep.
DForProxy() - Method in class codesimian.AddressShape.Root
Returns 0 because it wraps all addresses before using them.
DForProxy() - Method in class codesimian.ArcSin
If param1 is out of range -1 to 1, it is modified (zig-zagged) to be in that range zigZag(-1 to 1) = same zigZag(-1.4) = -.6 zigZag(1.3) = .7 zigZag(.2+4*anyInteger) = .2
DForProxy() - Method in class codesimian.Ask
 
DForProxy() - Method in class codesimian.BayesNet
 
DForProxy() - Method in class codesimian.BayesNode
returns this node's CHANCE (0.0 to 1) based on the DForProxy()s/chances of param0's params and the conditional-probabilities in param1.
DForProxy() - Method in class codesimian.BayesNode.VerifyCountP
 
DForProxy() - Method in class codesimian.BayesNodeDependence
 
DForProxy() - Method in class codesimian.BayesNodePredictError
 
DForProxy() - Method in class codesimian.BayesNodeUpdate
 
DForProxy() - Method in class codesimian.BeforeExec
Checks that P(0).getExec() == this (if not, Error).
DForProxy() - Method in class codesimian.Binary
 
DForProxy() - Method in class codesimian.ButtonCS
 
DForProxy() - Method in class codesimian.ColorCS
 
DForProxy() - Method in class codesimian.CommandLine
 
DForProxy() - Method in class codesimian.CompareNumbers.EqualB
 
DForProxy() - Method in class codesimian.CompareNumbers.EqualC
 
DForProxy() - Method in class codesimian.CompareNumbers.EqualD
 
DForProxy() - Method in class codesimian.CompareNumbers.EqualF
 
DForProxy() - Method in class codesimian.CompareNumbers.EqualI
 
DForProxy() - Method in class codesimian.CompareNumbers.EqualJ
 
DForProxy() - Method in class codesimian.CompareNumbers.EqualS
 
DForProxy() - Method in class codesimian.CompareNumbers.EqualZ
 
DForProxy() - Method in class codesimian.CompareNumbers.LessB
 
DForProxy() - Method in class codesimian.CompareNumbers.LessC
 
DForProxy() - Method in class codesimian.CompareNumbers.LessD
 
DForProxy() - Method in class codesimian.CompareNumbers.LessEqualB
 
DForProxy() - Method in class codesimian.CompareNumbers.LessEqualC
 
DForProxy() - Method in class codesimian.CompareNumbers.LessEqualD
 
DForProxy() - Method in class codesimian.CompareNumbers.LessEqualF
 
DForProxy() - Method in class codesimian.CompareNumbers.LessEqualI
 
DForProxy() - Method in class codesimian.CompareNumbers.LessEqualJ
 
DForProxy() - Method in class codesimian.CompareNumbers.LessEqualS
 
DForProxy() - Method in class codesimian.CompareNumbers.LessF
 
DForProxy() - Method in class codesimian.CompareNumbers.LessI
 
DForProxy() - Method in class codesimian.CompareNumbers.LessJ
 
DForProxy() - Method in class codesimian.CompareNumbers.LessS
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreB
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreC
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreD
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreEqualB
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreEqualC
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreEqualD
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreEqualF
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreEqualI
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreEqualJ
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreEqualS
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreF
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreI
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreJ
 
DForProxy() - Method in class codesimian.CompareNumbers.MoreS
 
DForProxy() - Method in class codesimian.CompareNumbers.NotEqualB
 
DForProxy() - Method in class codesimian.CompareNumbers.NotEqualC
 
DForProxy() - Method in class codesimian.CompareNumbers.NotEqualD
 
DForProxy() - Method in class codesimian.CompareNumbers.NotEqualF
 
DForProxy() - Method in class codesimian.CompareNumbers.NotEqualI
 
DForProxy() - Method in class codesimian.CompareNumbers.NotEqualJ
 
DForProxy() - Method in class codesimian.CompareNumbers.NotEqualS
 
DForProxy() - Method in class codesimian.CompareNumbers.NotEqualZ
 
DForProxy() - Method in class codesimian.Compile.CompilerPipeline
 
DForProxy() - Method in class codesimian.Compile.ParseObjects
 
DForProxy() - Method in class codesimian.Compile.ParseObjectsByPriority
 
DForProxy() - Method in class codesimian.Compile.SimpleCompiler
 
DForProxy() - Method in class codesimian.Compile.SmallSymbol
 
DForProxy() - Method in class codesimian.Compile.Symbol
Deprecated.  
DForProxy() - Method in class codesimian.Compile.TokenizeCode
 
DForProxy() - Method in class codesimian.Compile.TokensToObjects
 
DForProxy() - Method in class codesimian.Const.ConstByte
 
DForProxy() - Method in class codesimian.Const.ConstDouble
 
DForProxy() - Method in class codesimian.Const.ConstFalse
 
DForProxy() - Method in class codesimian.Const.ConstFloat
 
DForProxy() - Method in class codesimian.Const.ConstInt
 
DForProxy() - Method in class codesimian.Const.ConstShort
 
DForProxy() - Method in class codesimian.Const.ConstTrue
 
DForProxy() - Method in class codesimian.Const.ConstWithUselessParams
 
DForProxy() - Method in class codesimian.ContinuousBayesNode
 
DForProxy() - Method in class codesimian.CopyParams
 
DForProxy() - Method in class codesimian.CopyParamToParam
 
DForProxy() - Method in class codesimian.Count
 
DForProxy() - Method in class codesimian.CS
Execute this CS and cast to double.
DForProxy() - Method in class codesimian.DeepCopy
 
DForProxy() - Method in class codesimian.DefaultCS
 
DForProxy() - Method in class codesimian.Delay
 
DForProxy() - Method in class codesimian.DeleteParam
 
DForProxy() - Method in class codesimian.DieSpam.ButtonClicked
 
DForProxy() - Method in class codesimian.DieSpam
 
DForProxy() - Method in class codesimian.Divide
 
DForProxy() - Method in class codesimian.EqualP
 
DForProxy() - Method in class codesimian.EqualRecurse2
 
DForProxy() - Method in class codesimian.Err
 
DForProxy() - Method in class codesimian.EvolveCode
 
DForProxy() - Method in class codesimian.Exec
reversed.
DForProxy() - Method in class codesimian.ExecParam
excessive error checking slows it
DForProxy() - Method in class codesimian.FileOfShorts
 
DForProxy() - Method in class codesimian.FileOrURL
 
DForProxy() - Method in class codesimian.Files.LoadCSFromFile
 
DForProxy() - Method in class codesimian.Files.SaveCSToFile
 
DForProxy() - Method in class codesimian.Files.TextFileWriter
 
DForProxy() - Method in class codesimian.FList
 
DForProxy() - Method in class codesimian.FTime
 
DForProxy() - Method in class codesimian.Function
 
DForProxy() - Method in class codesimian.GetResource
 
DForProxy() - Method in class codesimian.GraphSeq.FastUnordered
 
DForProxy() - Method in class codesimian.GUI
 
DForProxy() - Method in class codesimian.HumanTypesCommand
get one new param from text a human writes and store it with addP().
DForProxy() - Method in class codesimian.IfElse
if (param1 > 0) return param2 else return param3
DForProxy() - Method in class codesimian.ImageCS
 
DForProxy() - Method in class codesimian.IndentCode
 
DForProxy() - Method in class codesimian.IndependentCS
 
DForProxy() - Method in class codesimian.Interpolate
 
DForProxy() - Method in class codesimian.InterpretText
 
DForProxy() - Method in class codesimian.InvokeMethod
Invokes a java Method with parameters methodParams[], after (optionally, if replace[x]) replacing some of methodParameters[] with CSs from param[] or Numbers with their DForProxy() values like "new Integer(CS.intValue())".


Tries to convert each param CS to types in this order: P(index).getObject() object, P(index) subclass of CS, primitive type int boolean etc.
DForProxy() - Method in class codesimian.JavaMethod2
 
DForProxy() - Method in class codesimian.JavaType
returns 1 (else -1) if param0 can be cast to (or is) one of these java-types:
the Class object returned by my getObject(), or
the java-type of param1.getObject().
Returns 0 if ClassCastException from (Class) getObject().
DForProxy() - Method in class codesimian.JavaTypeConst
returns 1 if param0 can be cast to (or is) the java-type represented by the Class object returned by my getObject(), else returns -1.
DForProxy() - Method in class codesimian.Keyboard.KeyDown
 
DForProxy() - Method in class codesimian.Keyboard.KeyUp
 
DForProxy() - Method in class codesimian.Layout
Returns countP().
DForProxy() - Method in class codesimian.Log
 
DForProxy() - Method in class codesimian.Logic.And
 
DForProxy() - Method in class codesimian.Logic.Not
 
DForProxy() - Method in class codesimian.Logic.Or
 
DForProxy() - Method in class codesimian.Logic.Xor
 
DForProxy() - Method in class codesimian.Loop.DynamicLoop.DynamicForLoop
 
DForProxy() - Method in class codesimian.Loop.DynamicLoop.DynamicRepeatLoop
 
DForProxy() - Method in class codesimian.Loop.DynamicLoop.DynamicWhileLoop
 
DForProxy() - Method in class codesimian.Loop.ForEach
 
DForProxy() - Method in class codesimian.Loop.StaticLoop.StaticForLoop
 
DForProxy() - Method in class codesimian.Loop.StaticLoop.StaticRepeatLoop
 
DForProxy() - Method in class codesimian.Max
 
DForProxy() - Method in class codesimian.Median
Returns the median number (odd params) or average of the 2 medians (even params)
DForProxy() - Method in class codesimian.Microphone
 
DForProxy() - Method in class codesimian.Min
 
DForProxy() - Method in class codesimian.Mod
returns param0%param1 or 0 if param1==0
DForProxy() - Method in class codesimian.MouseNumberList
if the values in this list have changed, updates the bars to show it.
DForProxy() - Method in class codesimian.MousePanel
returns 1 if mouse is in the JPanel, else 0
DForProxy() - Method in class codesimian.MoveMouse
 
DForProxy() - Method in class codesimian.Multiply
 
DForProxy() - Method in class codesimian.N
returns 'value'
DForProxy() - Method in class codesimian.NatLangType
 
DForProxy() - Method in class codesimian.Neg
 
DForProxy() - Method in class codesimian.Network
sets nodes in list P(0) to values in list P(1), then executes the output node: P(0).P(P(0).countP()-1)
DForProxy() - Method in class codesimian.New
 
DForProxy() - Method in class codesimian.NothingList
returns this.countP().
DForProxy() - Method in class codesimian.Num
 
DForProxy() - Method in class codesimian.Object3d
 
DForProxy() - Method in class codesimian.ParamCount
 
DForProxy() - Method in class codesimian.Pow
 
DForProxy() - Method in class codesimian.PrimitiveArray
 
DForProxy() - Method in class codesimian.Ptr
returns the value pointed to, P(0).D()
DForProxy() - Method in class codesimian.RandGaussian
returns a random double centered on param1 with standard deviation param2
DForProxy() - Method in class codesimian.RandomExampleCode
 
DForProxy() - Method in class codesimian.RandomlyCombineCode
 
DForProxy() - Method in class codesimian.RandomNeuron
 
DForProxy() - Method in class codesimian.RandRange
 
DForProxy() - Method in class codesimian.RecurseP
 
DForProxy() - Method in class codesimian.RecurseP.RecursePD
 
DForProxy() - Method in class codesimian.ReflectedFunctions.addP
 
DForProxy() - Method in class codesimian.ReflectedFunctions.addPx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.addPxx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.addPxxx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.addPxxxx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.B
 
DForProxy() - Method in class codesimian.ReflectedFunctions.BForProxy
 
DForProxy() - Method in class codesimian.ReflectedFunctions.C
 
DForProxy() - Method in class codesimian.ReflectedFunctions.CForProxy
 
DForProxy() - Method in class codesimian.ReflectedFunctions.cost
 
DForProxy() - Method in class codesimian.ReflectedFunctions.countP
 
DForProxy() - Method in class codesimian.ReflectedFunctions.D
 
DForProxy() - Method in class codesimian.ReflectedFunctions.decrementMyFuel
 
DForProxy() - Method in class codesimian.ReflectedFunctions.deleteP
 
DForProxy() - Method in class codesimian.ReflectedFunctions.deletePx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.description
 
DForProxy() - Method in class codesimian.ReflectedFunctions.DForProxy
 
DForProxy() - Method in class codesimian.ReflectedFunctions.equals
 
DForProxy() - Method in class codesimian.ReflectedFunctions.F
 
DForProxy() - Method in class codesimian.ReflectedFunctions.FForProxy
 
DForProxy() - Method in class codesimian.ReflectedFunctions.fuel
 
DForProxy() - Method in class codesimian.ReflectedFunctions.getClass
 
DForProxy() - Method in class codesimian.ReflectedFunctions.getExec
 
DForProxy() - Method in class codesimian.ReflectedFunctions.getObject
 
DForProxy() - Method in class codesimian.ReflectedFunctions.hashCode
 
DForProxy() - Method in class codesimian.ReflectedFunctions.heap
 
DForProxy() - Method in class codesimian.ReflectedFunctions.I
 
DForProxy() - Method in class codesimian.ReflectedFunctions.IForProxy
 
DForProxy() - Method in class codesimian.ReflectedFunctions.indexP
 
DForProxy() - Method in class codesimian.ReflectedFunctions.indexPName
 
DForProxy() - Method in class codesimian.ReflectedFunctions.insertB
 
DForProxy() - Method in class codesimian.ReflectedFunctions.insertC
 
DForProxy() - Method in class codesimian.ReflectedFunctions.insertD
 
DForProxy() - Method in class codesimian.ReflectedFunctions.insertF
 
DForProxy() - Method in class codesimian.ReflectedFunctions.insertI
 
DForProxy() - Method in class codesimian.ReflectedFunctions.insertJ
 
DForProxy() - Method in class codesimian.ReflectedFunctions.insertL
 
DForProxy() - Method in class codesimian.ReflectedFunctions.insertL1
 
DForProxy() - Method in class codesimian.ReflectedFunctions.insertLx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.insertP
 
DForProxy() - Method in class codesimian.ReflectedFunctions.insertS
 
DForProxy() - Method in class codesimian.ReflectedFunctions.insertZ
 
DForProxy() - Method in class codesimian.ReflectedFunctions.J
 
DForProxy() - Method in class codesimian.ReflectedFunctions.javaCode
 
DForProxy() - Method in class codesimian.ReflectedFunctions.JForProxy
 
DForProxy() - Method in class codesimian.ReflectedFunctions.keyword
 
DForProxy() - Method in class codesimian.ReflectedFunctions.L
 
DForProxy() - Method in class codesimian.ReflectedFunctions.LForProxy
 
DForProxy() - Method in class codesimian.ReflectedFunctions.LForProxyx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.Lx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.maxP
 
DForProxy() - Method in class codesimian.ReflectedFunctions.minP
 
DForProxy() - Method in class codesimian.ReflectedFunctions.myFuel
 
DForProxy() - Method in class codesimian.ReflectedFunctions.name
 
DForProxy() - Method in class codesimian.ReflectedFunctions.newInstance
 
DForProxy() - Method in class codesimian.ReflectedFunctions.notify
 
DForProxy() - Method in class codesimian.ReflectedFunctions.notifyAll
 
DForProxy() - Method in class codesimian.ReflectedFunctions.P
 
DForProxy() - Method in class codesimian.ReflectedFunctions.parent
 
DForProxy() - Method in class codesimian.ReflectedFunctions.parsePriority
 
DForProxy() - Method in class codesimian.ReflectedFunctions.PB
 
DForProxy() - Method in class codesimian.ReflectedFunctions.PC
 
DForProxy() - Method in class codesimian.ReflectedFunctions.PD
 
DForProxy() - Method in class codesimian.ReflectedFunctions.PF
 
DForProxy() - Method in class codesimian.ReflectedFunctions.PI
 
DForProxy() - Method in class codesimian.ReflectedFunctions.PJ
 
DForProxy() - Method in class codesimian.ReflectedFunctions.PL
 
DForProxy() - Method in class codesimian.ReflectedFunctions.prevB
 
DForProxy() - Method in class codesimian.ReflectedFunctions.prevC
 
DForProxy() - Method in class codesimian.ReflectedFunctions.prevD
 
DForProxy() - Method in class codesimian.ReflectedFunctions.prevF
 
DForProxy() - Method in class codesimian.ReflectedFunctions.prevI
 
DForProxy() - Method in class codesimian.ReflectedFunctions.prevJ
 
DForProxy() - Method in class codesimian.ReflectedFunctions.prevL
 
DForProxy() - Method in class codesimian.ReflectedFunctions.prevS
 
DForProxy() - Method in class codesimian.ReflectedFunctions.prevZ
 
DForProxy() - Method in class codesimian.ReflectedFunctions.PS
 
DForProxy() - Method in class codesimian.ReflectedFunctions.PType
 
DForProxy() - Method in class codesimian.ReflectedFunctions.PZ
 
DForProxy() - Method in class codesimian.ReflectedFunctions.S
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setB
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setBx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setC
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setCost
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setCx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setD
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setDescription
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setDx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setExec
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setF
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setFuel
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setFx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setHeap
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setI
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setIx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setJ
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setJx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setL
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setL1
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setLx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setLxx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setMyFuel
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setName
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setObject
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setP
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setParent
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setParsePriority
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setPrevExec
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setPType
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setS
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setSx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setZ
 
DForProxy() - Method in class codesimian.ReflectedFunctions.setZx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.SForProxy
 
DForProxy() - Method in class codesimian.ReflectedFunctions.toString
 
DForProxy() - Method in class codesimian.ReflectedFunctions.V
 
DForProxy() - Method in class codesimian.ReflectedFunctions.VForProxy
 
DForProxy() - Method in class codesimian.ReflectedFunctions.wait
 
DForProxy() - Method in class codesimian.ReflectedFunctions.waitx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.waitxx
 
DForProxy() - Method in class codesimian.ReflectedFunctions.Z
 
DForProxy() - Method in class codesimian.ReflectedFunctions.ZForProxy
 
DForProxy() - Method in class codesimian.ReflectJavaClass
 
DForProxy() - Method in class codesimian.RoundToInt
Rounds P(0) to an integer, even if its bigger than int range.
DForProxy() - Method in class codesimian.S
 
DForProxy() - Method in class codesimian.ScreenPixels
 
DForProxy() - Method in class codesimian.Scroll
 
DForProxy() - Method in class codesimian.SetEqual.EqualP
 
DForProxy() - Method in class codesimian.SetEqual.SetB
 
DForProxy() - Method in class codesimian.SetEqual.SetC
 
DForProxy() - Method in class codesimian.SetEqual.SetD
 
DForProxy() - Method in class codesimian.SetEqual.SetF
 
DForProxy() - Method in class codesimian.SetEqual.SetI
 
DForProxy() - Method in class codesimian.SetEqual.SetJ
 
DForProxy() - Method in class codesimian.SetEqual.SetL
Same as LForProxy() except returns 0 instead of throwing CSCastException.
DForProxy() - Method in class codesimian.SetEqual.SetS
 
DForProxy() - Method in class codesimian.SetEqual.SetZ
 
DForProxy() - Method in class codesimian.SetParam
 
DForProxy() - Method in class codesimian.SimpleBayesNet.BayesNodeIndependentChildsDependentParent
 
DForProxy() - Method in class codesimian.SimpleBayesNet
 
DForProxy() - Method in class codesimian.SimpleBayesNet.Test
 
DForProxy() - Method in class codesimian.Sin
 
DForProxy() - Method in class codesimian.SlideBar
Returns the position of the slidebar, range 0.0 to 1
DForProxy() - Method in class codesimian.SlideBarReacts
Returns the position of the slidebar
DForProxy() - Method in class codesimian.SlowMP3
 
DForProxy() - Method in class codesimian.Sound
 
DForProxy() - Method in class codesimian.SoundFile
 
DForProxy() - Method in class codesimian.SoundQuality
 
DForProxy() - Method in class codesimian.SpamData
 
DForProxy() - Method in class codesimian.SplitPane
 
DForProxy() - Method in class codesimian.Squares
 
DForProxy() - Method in class codesimian.Stacks.Peek
 
DForProxy() - Method in class codesimian.Stacks.Pop
 
DForProxy() - Method in class codesimian.Stacks.Push
 
DForProxy() - Method in class codesimian.Stacks.StackSize
 
DForProxy() - Method in class codesimian.Static.DefaultExec
this function should be replaced by the normal DForProxy() combined with P(0) and setP(0,value)
DForProxy(String) - Method in class codesimian.StringLang
 
DForProxy() - Method in class codesimian.Strings.PrintCS
 
DForProxy() - Method in class codesimian.Strings.PrintNumber
 
DForProxy() - Method in class codesimian.Strings.PrintString
 
DForProxy() - Method in class codesimian.Strings.ReadChar
 
DForProxy() - Method in class codesimian.Strings.StringSplit
 
DForProxy() - Method in class codesimian.TextAreaCS
 
DForProxy() - Method in class codesimian.TimerCS
 
DForProxy() - Method in class codesimian.ToStr
 
DForProxy() - Method in class codesimian.TradeCalcExec
 
DForProxy() - Method in class codesimian.TreeOfCodeGUI
 
DForProxy() - Method in class codesimian.TreeType
 
DForProxy() - Method in class codesimian.Try.CatchException
 
DForProxy() - Method in class codesimian.Try.CatchOther
 
DForProxy() - Method in class codesimian.Try.CatchThrowable
 
DForProxy() - Method in class codesimian.Valid
returns 1 if valid, else 0.
DForProxy() - Method in class codesimian.View2d
 
DForProxy() - Method in class codesimian.WeightedAverage
 
DForProxy() - Method in class codesimian.WholeMP3
Deprecated.  
DForProxy() - Method in class codesimian.WindowCS
tries to make the JFrame visible.
DForProxy() - Method in class codesimian.WordNode.ChainWordNodesTogether
 
DForProxy() - Method in class codesimian.WordNode
 
DForProxy() - Method in class codesimian.WordNode.WordStringsToWordNodes
 
DieSpam - Class in codesimian
 
DieSpam() - Constructor for class codesimian.DieSpam
 
DieSpam.ButtonClicked - Class in codesimian
 
DieSpam.ButtonClicked(DieSpam) - Constructor for class codesimian.DieSpam.ButtonClicked
 
displayMe - Variable in class codesimian.View2d.ViewPanel
 
Divide - Class in codesimian
 
Divide() - Constructor for class codesimian.Divide
 
doAccessibleAction(int) - Method in class codesimian.Acc.AccessibleActionCS
 
done(String, byte[]) - Method in interface codesimian.Files.DownloadListener
when the download is done, all the bytes are returned, the same byte[] array from the InputStream in update()
doubleToBoolean(double) - Static method in class codesimian.Static
Returns true if 0.0 < d, else false.
doubleToByte(double[], int) - Static method in class codesimian.AllSound
double range is -1 to 1.
doubleToByte(double) - Static method in class codesimian.Static
 
doubleToChar(double) - Static method in class codesimian.Static
Wraps d around char range 0 - 127 (inclusive) and rounds; return (char) Math.round(wrapRange(-.5, d, 127.5));
doubleToInt(double) - Static method in class codesimian.Static
If d is in int range, returns d rounded to int.
doubleToIntRange(int, double, int) - Static method in class codesimian.Static
The standard way to convert doubles to ints.
doubleToIntRangeFasterIfInRange(int, double, int) - Static method in class codesimian.Static
like doubleToIntRange() except more efficient if d is already in range (just return d).
doubleToLong(double) - Static method in class codesimian.Static
If d is in long range, returns d rounded to long.
doubleToShort(double) - Static method in class codesimian.Static
 
doubleValue() - Method in class codesimian.NumberStack
 
doubleValue() - Method in class Test.NumberTest
 
download(String) - Static method in class codesimian.Files
later, modify this to have a progress bar if data is large
download(InputStream) - Static method in class codesimian.Files
later, modify this to have a progress bar if data is large
download(String, Files.DownloadListener) - Static method in class codesimian.Files
Downloads the bytes from a file or URL, and tells a Files.DownloadListener about the progress downloading.
downloadStarted(String, int, long) - Method in interface codesimian.Files.DownloadListener
the connection is made, but no bytes downloaded yet

E

Email - Class in codesimian
part of a college class project.
Email(String, String, double, NaturalLanguage) - Constructor for class codesimian.Email
 
emails - Variable in class codesimian.DieSpam
 
encapsulate(CS) - Method in class codesimian.Function
Sets the CS that this Function is a wrapper for.
encapsulated - Variable in class codesimian.Function
 
END - Static variable in class codesimian.CS
the lowest negative index reserved for CS reflection.
EqualP - Class in codesimian
4 ways to copy 1 or more CSs from one (parent) CS to a different (parent) CS.
EqualP() - Constructor for class codesimian.EqualP
 
EqualRecurse2 - Class in codesimian
=Recurse2(list(x 1 2) list(y 0 3 2))
is the same as
x.P(1).setP( 2, y.P(0).P(3).P(2) )
so the first list's countP() must be at least 2,
and the second list's countP() must be at least 1.
EqualRecurse2() - Constructor for class codesimian.EqualRecurse2
 
equals(Object) - Method in class codesimian.Exec.SubclassDescription
 
Err - Class in codesimian
ERRor message
Err() - Constructor for class codesimian.Err
 
Err(double) - Constructor for class codesimian.Err
 
Err(String) - Constructor for class codesimian.Err
 
Err(String, double) - Constructor for class codesimian.Err
 
err(String) - Static method in class codesimian.Static
abbrev.
err(String) - Static method in class codesimian.X
 
escape(String) - Static method in class codesimian.Strings
In a String with escape characters (preceded by \) removes \ and the following char and replaces it with whatever standard string rules say.
EvolveCode - Class in codesimian
Evolves code to maximize an arbitrary measure of the evolved code.
EvolveCode() - Constructor for class codesimian.EvolveCode
 
exaggerate(double[], double) - Static method in class codesimian.SimpleBayesNet
make big values bigger and small values smaller.
exaggerateNode(CS, double) - Static method in class codesimian.SimpleBayesNet
 
exampleText - Variable in class codesimian.NaturalLanguage
 
Exec - Class in codesimian
An EXEC is a wrapper class for CS.DForProxy().
Exec() - Constructor for class codesimian.Exec
 
Exec.Calc - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if:
-- execMe.myFuel() <= 0
If execMe is executed, CHANGES:
-- sets execMe's prevExec to value of execMe.DForProxy()
-- decrements execMe.myFuel (unless it equals CS.ALWAYS_CALCULATE)
This class automatically generated by Exec.javaCode(null, true, false, false, true)
Exec.Calc() - Constructor for class codesimian.Exec.Calc
 
Exec.CalcFuel - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if either of:
-- execMe.myFuel() <= 0
-- execMe.fuel().D() <= 0.0
If execMe is executed, CHANGES:
-- sets execMe's prevExec to value of execMe.DForProxy()
-- decrements execMe.myFuel (unless it equals CS.ALWAYS_CALCULATE)
-- decreases execMe.fuel() by execMe.cost()
This class automatically generated by Exec.javaCode(null, true, true, false, true)
Exec.CalcFuel() - Constructor for class codesimian.Exec.CalcFuel
 
Exec.CalcFuelNan - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if any of:
-- execMe.myFuel() <= 0
-- execMe.fuel().D() <= 0.0
-- execMe.DForProxy() returns NaN, infinity, or -infinity.
If execMe is executed, CHANGES:
-- sets execMe's prevExec to value of execMe.DForProxy()
-- decrements execMe.myFuel (unless it equals CS.ALWAYS_CALCULATE)
-- decreases execMe.fuel() by execMe.cost()
This class automatically generated by Exec.javaCode(null, true, true, true, true)
Exec.CalcFuelNan() - Constructor for class codesimian.Exec.CalcFuelNan
 
Exec.CalcFuelNanNoPrev - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if any of:
-- execMe.myFuel() <= 0
-- execMe.fuel().D() <= 0.0
-- execMe.DForProxy() returns NaN, infinity, or -infinity.
If execMe is executed, CHANGES:
-- decrements execMe.myFuel (unless it equals CS.ALWAYS_CALCULATE)
-- decreases execMe.fuel() by execMe.cost()
WARNING: Sometimes returns prevExec, but never sets it. PrevExec might always be 0.
This class automatically generated by Exec.javaCode(null, true, true, true, false)
Exec.CalcFuelNanNoPrev() - Constructor for class codesimian.Exec.CalcFuelNanNoPrev
 
Exec.CalcFuelNoPrev - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if either of:
-- execMe.myFuel() <= 0
-- execMe.fuel().D() <= 0.0
If execMe is executed, CHANGES:
-- decrements execMe.myFuel (unless it equals CS.ALWAYS_CALCULATE)
-- decreases execMe.fuel() by execMe.cost()
WARNING: Sometimes returns prevExec, but never sets it. PrevExec might always be 0.
This class automatically generated by Exec.javaCode(null, true, true, false, false)
Exec.CalcFuelNoPrev() - Constructor for class codesimian.Exec.CalcFuelNoPrev
 
Exec.CalcNan - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if either of:
-- execMe.myFuel() <= 0
-- execMe.DForProxy() returns NaN, infinity, or -infinity.
If execMe is executed, CHANGES:
-- sets execMe's prevExec to value of execMe.DForProxy()
-- decrements execMe.myFuel (unless it equals CS.ALWAYS_CALCULATE)
This class automatically generated by Exec.javaCode(null, true, false, true, true)
Exec.CalcNan() - Constructor for class codesimian.Exec.CalcNan
 
Exec.CalcNanNoPrev - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if either of:
-- execMe.myFuel() <= 0
-- execMe.DForProxy() returns NaN, infinity, or -infinity.
If execMe is executed, CHANGES:
-- decrements execMe.myFuel (unless it equals CS.ALWAYS_CALCULATE)
WARNING: Sometimes returns prevExec, but never sets it. PrevExec might always be 0.
This class automatically generated by Exec.javaCode(null, true, false, true, false)
Exec.CalcNanNoPrev() - Constructor for class codesimian.Exec.CalcNanNoPrev
 
Exec.CalcNoPrev - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if:
-- execMe.myFuel() <= 0
If execMe is executed, CHANGES:
-- decrements execMe.myFuel (unless it equals CS.ALWAYS_CALCULATE)
WARNING: Sometimes returns prevExec, but never sets it. PrevExec might always be 0.
This class automatically generated by Exec.javaCode(null, true, false, false, false)
Exec.CalcNoPrev() - Constructor for class codesimian.Exec.CalcNoPrev
 
Exec.Fuel - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if:
-- execMe.fuel().D() <= 0.0
If execMe is executed, CHANGES:
-- sets execMe's prevExec to value of execMe.DForProxy()
-- decreases execMe.fuel() by execMe.cost()
This class automatically generated by Exec.javaCode(null, false, true, false, true)
Exec.Fuel() - Constructor for class codesimian.Exec.Fuel
 
Exec.FuelNan - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if either of:
-- execMe.fuel().D() <= 0.0
-- execMe.DForProxy() returns NaN, infinity, or -infinity.
If execMe is executed, CHANGES:
-- sets execMe's prevExec to value of execMe.DForProxy()
-- decreases execMe.fuel() by execMe.cost()
This class automatically generated by Exec.javaCode(null, false, true, true, true)
Exec.FuelNan() - Constructor for class codesimian.Exec.FuelNan
 
Exec.FuelNanNoPrev - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if either of:
-- execMe.fuel().D() <= 0.0
-- execMe.DForProxy() returns NaN, infinity, or -infinity.
If execMe is executed, CHANGES:
-- decreases execMe.fuel() by execMe.cost()
WARNING: Sometimes returns prevExec, but never sets it. PrevExec might always be 0.
This class automatically generated by Exec.javaCode(null, false, true, true, false)
Exec.FuelNanNoPrev() - Constructor for class codesimian.Exec.FuelNanNoPrev
 
Exec.FuelNoPrev - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if:
-- execMe.fuel().D() <= 0.0
If execMe is executed, CHANGES:
-- decreases execMe.fuel() by execMe.cost()
WARNING: Sometimes returns prevExec, but never sets it. PrevExec might always be 0.
This class automatically generated by Exec.javaCode(null, false, true, false, false)
Exec.FuelNoPrev() - Constructor for class codesimian.Exec.FuelNoPrev
 
Exec.Nan - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if:
-- execMe.DForProxy() returns NaN, infinity, or -infinity.
If execMe is executed, CHANGES:
-- sets execMe's prevExec to value of execMe.DForProxy()
This class automatically generated by Exec.javaCode(null, false, false, true, true)
Exec.Nan() - Constructor for class codesimian.Exec.Nan
 
Exec.NanNoPrev - Class in codesimian
CS execMe = this.P(0); Normally returns execMe.DForProxy(), but returns execMe.prevD() if:
-- execMe.DForProxy() returns NaN, infinity, or -infinity.
WARNING: Sometimes returns prevExec, but never sets it. PrevExec might always be 0.
This class automatically generated by Exec.javaCode(null, false, false, true, false)
Exec.NanNoPrev() - Constructor for class codesimian.Exec.NanNoPrev
 
Exec.NoPrev - Class in codesimian
CS execMe = this.P(0); This class automatically generated by Exec.javaCode(null, false, false, false, false)
Exec.NoPrev() - Constructor for class codesimian.Exec.NoPrev
 
Exec.SetPrevExecButNeverUseIt - Class in codesimian
CS execMe = this.P(0); If execMe is executed, CHANGES:
-- sets execMe's prevExec to value of execMe.DForProxy()
WARNING: Sets prevExec, but never returns or uses it. If you do not prevD() externally, this wastes cpu time.
This class automatically generated by Exec.javaCode(SetPrevExecButNeverUseIt, false, false, false, true)
Exec.SetPrevExecButNeverUseIt() - Constructor for class codesimian.Exec.SetPrevExecButNeverUseIt
 
Exec.SubclassDescription - Class in codesimian
describes a subclass of Exec that you are searching for.
Exec.SubclassDescription(boolean, boolean, boolean, boolean) - Constructor for class codesimian.Exec.SubclassDescription
 
execCount - Variable in class codesimian.BayesNet
 
ExecParam - Class in codesimian
 
ExecParam() - Constructor for class codesimian.ExecParam
 
execPrintsErrors - Static variable in class codesimian.Err
default false.
EXECPROXY - Static variable in class codesimian.CS
someCS.P(CS.EXECPROXY) should return someCS.getExec(),
and optionally someCS.setP(CS.EXECPROXY,x) (or other SET functions) should call someCS.setExec(x), but if the SET functions dont do that, they should return false in that case.
execReturnsMe - Variable in class codesimian.Err
if I'm not NaN, DForProxy() returns me
execShowsErrorsAsNewGUIWindow - Static variable in class codesimian.Err
 
execThrowsExceptionIfErrorIsEmptyOrNull - Static variable in class codesimian.Err
 

F

F() - Method in class codesimian.CS
 
F() - Method in class codesimian.DefaultCS
 
f - Variable in class codesimian.Function.ParamProxy.CSAndInt
 
F() - Method in class codesimian.IndependentCS
 
failed(String, IOException) - Method in interface codesimian.Files.DownloadListener
if the download ends with some error
fastApproximateCos(double) - Static method in class codesimian.Sin
cosine
fastApproximateSin(double) - Static method in class codesimian.Sin
Uses a linear interpolation between 2 values in a table of precomputed sines.
fastApproximateTan(double) - Static method in class codesimian.Sin
tangent.
FForProxy() - Method in class codesimian.CS
 
FForProxy() - Method in class codesimian.IndependentCS
 
FileOfShorts - Class in codesimian
Returns 1 short at a time from a file containing many shorts.
FileOfShorts() - Constructor for class codesimian.FileOfShorts
 
FileOrURL - Class in codesimian
A list that provides access to a file system or internet web of pages.
FileOrURL() - Constructor for class codesimian.FileOrURL
 
Files - Class in codesimian
problem: not all CSs are Serializable
Files() - Constructor for class codesimian.Files
 
Files.DownloadListener - Interface in codesimian
Watches a download of a file or URL many times as more and more bytes are downloaded.
Files.GrowingByteArrayInputStream - Class in codesimian
same as ByteArrayInputStream except ByteArrayInputStream.count can be set by a function, which causes more and more bytes to be available, without changing the byte[] array.
Files.GrowingByteArrayInputStream(byte[], int, int) - Constructor for class codesimian.Files.GrowingByteArrayInputStream
 
Files.LoadCSFromFile - Class in codesimian
Puts the CS from the file in param0.
Files.LoadCSFromFile() - Constructor for class codesimian.Files.LoadCSFromFile
 
Files.SaveCSToFile - Class in codesimian
param0 is the CS to be Serialized and saved to file.
Files.SaveCSToFile() - Constructor for class codesimian.Files.SaveCSToFile
 
Files.TextFileWriter - Class in codesimian
Maps a CS's params to a file.
Files.TextFileWriter() - Constructor for class codesimian.Files.TextFileWriter
 
fileToInputStream(File) - Method in class codesimian.WholeMP3
Deprecated.  
findInNamespace(String) - Method in class codesimian.Compile.TokensToObjects
returns the CS with specified name (CS.name() returns it) or null if cant find it (it may still exist)
findMethod(String) - Static method in class codesimian.JavaMethod2
 
findMP3File(String) - Method in class codesimian.WholeMP3
Deprecated. finds a File with given name (and optionally path).
fire() - Method in class codesimian.WordNode
fire this node, like in a neural network.
FList - Class in codesimian
 
FList() - Constructor for class codesimian.FList
 
floatValue() - Method in class codesimian.NumberStack
 
floatValue() - Method in class Test.NumberTest
 
formatDouble(String) - Static method in class codesimian.Num
 
formatWord(String) - Method in class codesimian.NaturalLanguage
Formats a word in a standard way.
frequencyTranslation - Variable in class codesimian.SlowMP3
Currently all sound is played at 22khz, but mp3s have more than 22000 sound samples per second.
FTime - Class in codesimian
Returns the system time, as the number of seconds since the start of 1970, probably only accurate to a few milliseconds because of hardware limits, and never accurate to less than 1 millisecond because of software limits.
FTime() - Constructor for class codesimian.FTime
 
FUEL - Static variable in class codesimian.CS
 
fuel() - Method in class codesimian.CS
Fuel limits EXECUTION of CSs, to make sure none execute too much more than the others.
fuel() - Method in class codesimian.DefaultCS
need to change return type from N to CS
fuel() - Method in class codesimian.IndependentCS
 
Function - Class in codesimian
This class allows trees of CSs to be used a little more like hard-coded functions.
Function() - Constructor for class codesimian.Function
 
Function.ParamProxy - Class in codesimian
The Function class encapsulates a tree/graph of CSs.
Function.ParamProxy() - Constructor for class codesimian.Function.ParamProxy
 
Function.ParamProxy.CSAndInt - Class in codesimian
 
Function.ParamProxy.CSAndInt(CS, int) - Constructor for class codesimian.Function.ParamProxy.CSAndInt
 
functionContents - Variable in class codesimian.Function
includes all contained CSs except the parameters, and CSs that will be replaced.

G

gaussianToPercentile(double) - Static method in class codesimian.Statistics
Returns the approximate percentile (0.0 - 1.0) of gaussianNumber on a bell curve, the fraction of the area under the curve is toward negative.
get(String) - Static method in class codesimian.Cache
 
getAccessibleAction() - Method in class codesimian.Acc.AccessibleContextCS
 
getAccessibleActionCount() - Method in class codesimian.Acc.AccessibleActionCS
Returns cs.countP()+1.
getAccessibleActionDescription(int) - Method in class codesimian.Acc.AccessibleActionCS
 
getAccessibleChild(int) - Method in class codesimian.Acc.AccessibleContextCS
 
getAccessibleChildrenCount() - Method in class codesimian.Acc.AccessibleContextCS
 
getAccessibleComponent() - Method in class codesimian.Acc.AccessibleContextCS
 
getAccessibleContext() - Method in class codesimian.Acc.AccessibleCS
 
getAccessibleIndexInParent() - Method in class codesimian.Acc.AccessibleContextCS
 
getAccessibleName() - Method in class codesimian.Acc.AccessibleContextCS
 
getAccessibleRole() - Method in class codesimian.Acc.AccessibleContextCS
 
getAccessibleSelection() - Method in class codesimian.Acc.AccessibleContextCS
 
getAccessibleStateSet() - Method in class codesimian.Acc.AccessibleContextCS
returns AccessibleStateSet containing AccessibleState.ENABLED
getAccessibleText() - Method in class codesimian.Acc.AccessibleContextCS
 
getAccessibleValue() - Method in class codesimian.Acc.AccessibleContextCS
 
getAction(int) - Method in class codesimian.Acc.AccessibleActionCS
The first actions are cs's params.
getAdjacentSquares(int, int, int) - Static method in class codesimian.PuyoGame
Returns the indexs of the squares adjacent to squareIndex.
getBytes(int) - Method in interface codesimian.AllSound.ByteMaker
 
getBytes(int) - Method in class codesimian.Sound
 
getBytesFromFile(File) - Static method in class codesimian.Files
 
getChild(int) - Method in class codesimian.InterpretText.Concat
 
getClassDescription() - Method in class codesimian.Exec
 
getCodeSimianCode() - Method in class codesimian.CompilerApplet
 
getContainer() - Method in class codesimian.Layout
returns the Container whose LayoutManager of this Layout
getCSMethod(String, String, String) - Static method in class codesimian.Reflect
 
getCurrentAccessibleValue() - Method in class codesimian.Acc.AccessibleValueCS
 
getDefaultType() - Static method in class codesimian.Static
This fuzzy-type always answers TRUE - everything is that type.
getDelimiters() - Method in class codesimian.NaturalLanguage
 
getEmailsFromFile(String, NaturalLanguage) - Static method in class codesimian.Email
The file must contain my own email input format:
$$$startNewEmail
$$$spam .87
$$$subject email subject here
$$$text non-subject text here
Put newlines wherever you want.
getEncapsulated() - Method in class codesimian.Function
Returuns the root of the tree (or graph) of CSs that this Function is a wrapper-class for.
getExec() - Method in class codesimian.CS
Every CS must have an EXECPROXY (also called PROXY), even if its a trivial wrapper.
getExec() - Method in class codesimian.DefaultCS
 
getExec() - Method in class codesimian.IndependentCS
this is static to save memory.
getGUI() - Method in class codesimian.GUI
return the only instance of GUI
getIndex(String) - Method in class codesimian.NaturalLanguage
returns the index of a wordwordToIndex.get(word).intValue().
getLayoutManager() - Method in class codesimian.Layout
 
getLocale() - Method in class codesimian.Acc.AccessibleContextCS
 
getMaximumAccessibleValue() - Method in class codesimian.Acc.AccessibleValueCS
 
getMaxLoops() - Method in class codesimian.Loop.DynamicLoop
 
getMaxLoops() - Method in class codesimian.Loop
 
getMaxLoops() - Method in class codesimian.Loop.StaticLoop
 
getMessage() - Method in exception codesimian.CountPException
 
getMessage() - Method in exception codesimian.ObsoleteCodeException
 
getMinimumAccessibleValue() - Method in class codesimian.Acc.AccessibleValueCS
 
getNewChildNames() - Method in class codesimian.FileOrURL
 
getNodeJudger() - Method in class codesimian.SimpleBayesNet
returns the CS that judges bayes-nodes.
getObject() - Method in class codesimian.ButtonCS
 
getObject() - Method in class codesimian.ColorCS
returns java.awt.Color
getObject() - Method in class codesimian.CS
Deprecated.  
getObject() - Method in class codesimian.DefaultCS
 
getObject() - Method in class codesimian.JavaMethod2
 
getObject() - Method in class codesimian.JavaTypeConst
 
getObject() - Method in class codesimian.MousePanel
return the JPanel if possible, else call superfunction * public Object L(Class c){ if(c.isAssignableFrom(ThePanel.class)) return thePanel; return super.L(c); }
getObject() - Method in class codesimian.TextAreaCS
 
getObject() - Method in class codesimian.TreeOfCodeGUI
returns the JTree that this TreeOfCodeGUI represents
GetResource - Class in codesimian
 
GetResource() - Constructor for class codesimian.GetResource
 
getSB() - Method in class codesimian.StringSkeleton
 
getSliderValue() - Method in class codesimian.SlideBarReacts
The slider value can have 3 different ranges, depending on countP() being 1, 2, or 3
getSliderValue01() - Method in class codesimian.SlideBar
Returns the slidebar's position, range 0.0 to 1
getSubclass(Exec.SubclassDescription) - Static method in class codesimian.Exec
Returns a subclass of Exec, probably automatically generated by javaCode(), with the specified options.
getTree() - Method in class codesimian.CSBuilder
 
getType(Object) - Method in class codesimian.Reflect
key is a 1-letter primitive type name, Java keyword for that type, or Class for that type
getURLs(String) - Static method in class codesimian.HTML
 
getValue() - Method in class codesimian.Num
Returns this Num's value, like D(), but does not do everything D() does.
You could also call DForProxy() which does the same thing here, but you should only do that if your execHacker()==true.
getWord(int) - Method in class codesimian.NaturalLanguage
returns word[index].
GraphSeq - Class in codesimian
GRAPH SEQUENCE, like depth-first or breadth-first etc.
GraphSeq() - Constructor for class codesimian.GraphSeq
 
GraphSeq.FastUnordered - Class in codesimian
returns the graph, but the sequence has no meaningful order.
GraphSeq.FastUnordered() - Constructor for class codesimian.GraphSeq.FastUnordered
 
graphSet(CS) - Static method in class codesimian.Static
Returns an unordered array containing each CS in the parameter graph exactly once.
GUI - Class in codesimian
obsolete except for its static functions

Was originally intended to...
gui - Static variable in class codesimian.GUI
the only GUI instance

H

h - Variable in class codesimian.HumanTypesCommand.CommandWindow
 
hardCodedNewInstance(String) - Static method in class codesimian.CSFactory
Deprecated.  
hasCountingIterationVar() - Method in class codesimian.Loop.DynamicLoop.DynamicForLoop
true
hasCountingIterationVar() - Method in class codesimian.Loop.DynamicLoop.DynamicRepeatLoop
false
hasCountingIterationVar() - Method in class codesimian.Loop.DynamicLoop.DynamicWhileLoop
false
hasCountingIterationVar() - Method in class codesimian.Loop.ForEach
 
hasCountingIterationVar() - Method in class codesimian.Loop
true if this loop has an iteration var that counts iterations.
hasCountingIterationVar() - Method in class codesimian.Loop.StaticLoop.StaticForLoop
true
hasCountingIterationVar() - Method in class codesimian.Loop.StaticLoop.StaticRepeatLoop
false.
hashCode() - Method in class codesimian.Exec.SubclassDescription
 
hashCode() - Method in class codesimian.Reflect.T
 
HEAP - Static variable in class codesimian.CS
 
heap() - Method in class codesimian.CS
HEAP is a place to put CSs that are not directly related to the CS that contains them.
heap() - Method in class codesimian.DefaultCS
returns 'this' by default.
heap() - Method in class codesimian.IndependentCS
 
helpButton - Variable in class codesimian.HumanTypesCommand.CommandWindow
 
highestPri(CS, Set<CS>) - Method in class codesimian.Compile.ParseObjectsByPriority
returns the CS with highest parsePriority(), but it cant be in the Set.
howIWasBuilt - Variable in class codesimian.RuntimeCS
 
HTML - Class in codesimian
 
HTML() - Constructor for class codesimian.HTML
 
HumanTypesCommand - Class in codesimian
this class doesnt work.
HumanTypesCommand() - Constructor for class codesimian.HumanTypesCommand
 
HumanTypesCommand.CommandWindow - Class in codesimian
A window that asks the user for CodeSimian code, compiles it, relays error messages to the user, and gives the finished error-free code to the HumanTypesCommand object.
HumanTypesCommand.CommandWindow(HumanTypesCommand) - Constructor for class codesimian.HumanTypesCommand.CommandWindow
Calls h.setObject(this).

I

I() - Method in class codesimian.CS
 
I() - Method in class codesimian.DefaultCS
 
i - Variable in class codesimian.Function.ParamProxy.CSAndInt
 
I() - Method in class codesimian.IndependentCS
 
i - Variable in class codesimian.InterpretText.SelectIndexs
 
IfElse - Class in codesimian
 
IfElse() - Constructor for class codesimian.IfElse
 
IForProxy() - Method in class codesimian.CS
 
IForProxy() - Method in class codesimian.IndependentCS
 
image - Variable in class codesimian.ImageCS
 
ImageCS - Class in codesimian
you can get (L(Class)) and set (setL(Object)) the value of this CS as an Image or Component.
ImageCS() - Constructor for class codesimian.ImageCS
 
ImageCS.ImagePanel - Class in codesimian
 
ImageCS.ImagePanel(ImageCS) - Constructor for class codesimian.ImageCS.ImagePanel
 
imageFromFile(File) - Static method in class codesimian.ImageCS
 
indent(int) - Method in class codesimian.IndentCode
example: indent(3) returns "\t\t\t"
IndentCode - Class in codesimian
 
IndentCode() - Constructor for class codesimian.IndentCode
 
indentUnit - Variable in class codesimian.IndentCode
default is tab "\t"
IndependentCS - Class in codesimian
IndependentCS is used to avoid DEPENDENCY CYCLES when creating the first few CSs.
If you add a new function to CS but not override in IndependentCS, you might create a dependency cycle.
IndependentCS() - Constructor for class codesimian.IndependentCS
 
index(char, char) - Method in class codesimian.InterpretText.AllLetterPairs
index in interpret's array for the letter sequence xy.
index(char, char, char) - Method in class codesimian.InterpretText.AllLetterTriples
index in interpret's array for the letter sequence xy.
indexCount() - Method in class codesimian.InterpretText.SelectIndexs
at least as big as arraySize().
indexInParent - Variable in class codesimian.Ptr.ParamPtr
 
indexP(CS) - Method in class codesimian.CS
Opposite of P(int).
Returns the index of the specified param, or -1 if its not a param here.
indexP(CS) - Method in class codesimian.DefaultCS
Returns the param index of 'myParam' in this CS or -1 if it is not this CS's param.
indexP(CS) - Method in class codesimian.FList
 
indexP(CS) - Method in class codesimian.S
 
indexP(CS) - Method in class codesimian.StringSkeleton
My only params are from Const.pool().
indexP(CS) - Method in class codesimian.TextAreaCS
TextAreaCS's only params are from Const.pool().
indexPName(String) - Method in class codesimian.CS
returns the index of the Param with specified Name, or -1 if no Param has that Name.
indexPName(String) - Method in class codesimian.DefaultCS
Returns the index of the PARAM with name pName, or -1 if nothing is found.
infix() - Method in class codesimian.Divide
 
infix() - Method in class codesimian.Pow
 
init() - Method in class codesimian.CompilerApplet
 
init() - Static method in class codesimian.CSFactory
 
InputStreamOfCS - Class in codesimian
Returns each param of the CS as a BYTE, starting with param0, param1, param2...
InputStreamOfCS(CS) - Constructor for class codesimian.InputStreamOfCS
 
insertB(int, byte) - Method in class codesimian.CS
 
insertB(int, byte) - Method in class codesimian.DefaultCS
 
insertC(int, char) - Method in class codesimian.CS
 
insertC(int, char) - Method in class codesimian.DefaultCS
 
insertD(int, double) - Method in class codesimian.CS
inserts a double as a param at a specific index.
insertD(int, double) - Method in class codesimian.DefaultCS
 
insertD(int, double) - Method in class codesimian.IndependentCS
 
insertF(int, float) - Method in class codesimian.CS
 
insertF(int, float) - Method in class codesimian.DefaultCS
 
insertI(int, int) - Method in class codesimian.CS
 
insertI(int, int) - Method in class codesimian.DefaultCS
 
insertJ(int, long) - Method in class codesimian.CS
 
insertJ(int, long) - Method in class codesimian.DefaultCS
 
insertL(int, Object) - Method in interface codesimian.CodeSimian
 
insertL(int, Object) - Method in class codesimian.CS
Inserts an Object into MULTIPLE param indexs.
insertL(int, Object, int) - Method in class codesimian.CS
Inserts an Object into a specific subset of param indexs.
insertL(int, Object) - Method in class codesimian.DefaultCS
 
insertL(int, Object, int) - Method in class codesimian.DefaultCS
 
insertL(int, Object) - Method in class codesimian.IndependentCS
 
insertL(int, Object, int) - Method in class codesimian.IndependentCS
 
insertL1(int, Object) - Method in interface codesimian.CodeSimian
 
insertL1(int, Object) - Method in class codesimian.CS
inserts an Object into 1 param index.
insertL1(int, Object) - Method in class codesimian.DefaultCS
 
insertL1(int, Object) - Method in class codesimian.IndependentCS
 
insertP(int, CS) - Method in class codesimian.CS
same as setP(int,CS) but inserts instead of overwriting.
insertP(int, CS) - Method in class codesimian.DefaultCS
 
insertP(int, CS) - Method in class codesimian.Function
inserting not yet allowed
insertP(int, CS) - Method in class codesimian.IndependentCS
 
insertP(int, CS) - Method in class codesimian.Layout
 
insertP(int, CS) - Method in class codesimian.ReflectJavaClass
 
insertP(int, CS) - Method in class codesimian.S
 
insertP(int, CS) - Method in class codesimian.StringSkeleton
 
insertP(int, CS) - Method in class codesimian.TreeOfCodeGUI
 
insertP(int, CS) - Method in class codesimian.WindowCS
 
insertS(int, short) - Method in class codesimian.CS
 
insertS(int, short) - Method in class codesimian.DefaultCS
 
insertZ(int, boolean) - Method in class codesimian.CS
 
insertZ(int, boolean) - Method in class codesimian.DefaultCS
 
instantiateSubclass(Exec.SubclassDescription) - Static method in class codesimian.Exec
returns a new instance of the subclass you describe, or null if class for that description not found
internalCost() - Method in class codesimian.Loop
Returns 3 + 2 * average loops per exec
Interpolate - Class in codesimian
Returns a number BETWEEN 2 things.
Interpolate() - Constructor for class codesimian.Interpolate
 
interpret(String) - Method in class codesimian.InterpretText.AllLetterPairs
 
interpret(String) - Method in class codesimian.InterpretText.AllLetterTriples
 
interpret(String, int[]) - Method in class codesimian.InterpretText.Concat
 
interpret(String, int[]) - Method in class codesimian.InterpretText
Returns a double[] array (size arraySize()) with values 0.0 to 1.0.
interpret(String, int[]) - Method in class codesimian.InterpretText.Normalize
 
interpret(String, int[]) - Method in class codesimian.InterpretText.SelectIndexs
 
interpret(String) - Method in class codesimian.InterpretText.Str
 
interpret(String, int[]) - Method in class codesimian.InterpretText.Str
 
interpret(int[]) - Method in class codesimian.InterpretText.WordIndexs
 
interpret(String, int[]) - Method in class codesimian.InterpretText.WordIndexs
 
interpret(int[]) - Method in class codesimian.InterpretText.WordPairDistance
 
interpret(String, int[]) - Method in class codesimian.InterpretText.WrapAroundSmallerRangeAndAverageOverlappingValues
 
interpretAsDouble(Object) - Method in class codesimian.SetEqual.SetL
if SetL is interpreted as a number, by DForProxy for example, it needs to be able to convert Objects to numbers.
interpretAsGUI(CS) - Method in class codesimian.WindowCS
some trees/graphs of CSs cant be converted to java.util.Component objects.
interpretCSAsComponent(CS) - Static method in class codesimian.GUI
Deprecated. Use CS.L(java.awt.Component.class) instead.
interprets - Variable in class codesimian.InterpretText.Concat
 
interpretStringAsColor(String) - Static method in class codesimian.ImageCS
always chooses some color, even if approximateNameOfSomeColor is nothing like any Color's name.
InterpretText - Class in codesimian
Interprets text and/or a list of words in that text as a list of numbers.
InterpretText() - Constructor for class codesimian.InterpretText
 
interpretText - Variable in class codesimian.SpamData
 
InterpretText.AllLetterPairs - Class in codesimian
array size 26*26 with boolean values 0.0 or 1.0
InterpretText.AllLetterPairs() - Constructor for class codesimian.InterpretText.AllLetterPairs
 
InterpretText.AllLetterTriples - Class in codesimian
array size 26*26*26 with boolean values 0.0 or 1.0
InterpretText.AllLetterTriples() - Constructor for class codesimian.InterpretText.AllLetterTriples
 
InterpretText.Concat - Class in codesimian
 
InterpretText.Concat() - Constructor for class codesimian.InterpretText.Concat
 
InterpretText.Normalize - Class in codesimian
Sorts the values in the double[] array of a child InterpretText, and returns an array containing values equally spread between 0.0 and 1, but in the same order they were before sorting.
InterpretText.Normalize(InterpretText) - Constructor for class codesimian.InterpretText.Normalize
 
InterpretText.SelectIndexs - Class in codesimian
Has 1 IntepretText as an instance var.
InterpretText.SelectIndexs(InterpretText) - Constructor for class codesimian.InterpretText.SelectIndexs
 
InterpretText.Str - Class in codesimian
 
InterpretText.Str() - Constructor for class codesimian.InterpretText.Str
 
InterpretText.WordIndexs - Class in codesimian
 
InterpretText.WordIndexs() - Constructor for class codesimian.InterpretText.WordIndexs
 
InterpretText.WordPairDistance - Class in codesimian
Builds a 2d matrix, pairing each unique word with each other, and finds the shortest distances between each pair of unique words.
InterpretText.WordPairDistance(NaturalLanguage) - Constructor for class codesimian.InterpretText.WordPairDistance
 
InterpretText.WrapAroundSmallerRangeAndAverageOverlappingValues - Class in codesimian
 
InterpretText.WrapAroundSmallerRangeAndAverageOverlappingValues(InterpretText, int) - Constructor for class codesimian.InterpretText.WrapAroundSmallerRangeAndAverageOverlappingValues
 
intValue() - Method in class codesimian.NumberStack
 
intValue() - Method in class Test.NumberTest
 
InvokeMethod - Class in codesimian
Invokes (calls) a Java Method instance.
InvokeMethod() - Constructor for class codesimian.InvokeMethod
sets the method to System.out.println() to print an error, if you dont replace it
InvokeMethod(Method, Object, Object[], boolean[]) - Constructor for class codesimian.InvokeMethod
 
invokeOnThisObject - Variable in class codesimian.InvokeMethod
Leave null for static Method
isConstant() - Method in class codesimian.Const
 
isConstant - Static variable in class codesimian.Tags
 
isIllusion(int) - Method in class codesimian.CS
Describes if the CS in an index is an illusion or not.
isIllusion(int) - Method in class codesimian.S
 
isUsing(int) - Method in class codesimian.InterpretText.SelectIndexs
 

J

J() - Method in class codesimian.CS
Execute this CS and cast to long.
Most subclasses should override JForProxy() instead of J(), or neither.
WARNING: by default, like the other execute functions, J() calls D() and casts to J's type.
long is the only primitive type that double has problems with.
double maps to long correctly for all values between at least -(2^51) and 2^51 - 1.
Past that, accuracy is less than integer precision.
J() - Method in class codesimian.DefaultCS
 
J() - Method in class codesimian.IndependentCS
 
JAVACODE - Static variable in class codesimian.CS
 
javaCode(CS) - Method in class codesimian.CS
using this CS as the root, returns this CS and its children recursively as a String of JAVA CODE that often (but not always) does the same thing as executing this root CS.
javaCode(CS) - Method in class codesimian.DefaultCS
This will work with the basic operators like + / * - and probably a few others, but complex CSs will have to override this function to specify how to translate itself into Java code in combination with its children and descendent CSs.
javaCode(String, Exec.SubclassDescription) - Static method in class codesimian.Exec
Returns a string of Java code to be inserted in this class as inner classes, between "//START-GENERATED-CODE" and "//END-GENERATED-CODE".
javaCode(String, boolean, boolean, boolean, boolean) - Static method in class codesimian.Exec
 
javaCode(CS) - Method in class codesimian.FList
 
javaCode(CS) - Method in class codesimian.NothingList
since NothingList doesnt execute its contents and only returns the quantity of things it contains, javaCode(CS) returns the String of a number, the current quantity.
javaCodeDeclareVars - Variable in class codesimian.RuntimeCS.HowIWasBuilt
 
javaCodeExec - Variable in class codesimian.RuntimeCS.HowIWasBuilt
 
javaCodeForNewSubclassOfCS(String, Class, Method) - Static method in class codesimian.Reflect
Builds a class that wraps any java Method in a CS.
javaCodeForSubclass(String, String, String) - Static method in class codesimian.CompareNumbers
returns a string of Java code that (when input into a Java compiler) creates a new Java subclass of CompareNumbers
javaCodeForSubclass(char, boolean) - Method in class codesimian.EqualRecurse2
 
javaCodeForType(Class) - Static method in class codesimian.Reflect
javaCodeForType(List.class) returns "java.util.List".
javaCodeInExec() - Method in class codesimian.Above
 
javaCodeInExec() - Method in class codesimian.AbsoluteValue
 
javaCodeInExec() - Method in class codesimian.Add
Returns a String similar to "return $0 + $1 + $2 + $3;"
javaCodeInExec() - Method in class codesimian.Divide
 
javaCodeInExec() - Method in class codesimian.Log
 
javaCodeInExec() - Method in class codesimian.RoundToInt
 
javaCodeOK() - Method in class codesimian.Above
returns a string similar to "(param1 > param2 ?1:0)" * public String toString(){ return "(" + P(0).toString() + " > " + P(1).toString() + " ?1:0)"; }
javaCodeOK() - Method in class codesimian.AbsoluteValue
returns a string similar to "|param1|" * public String toString(){ return "|" + P(0).toString() + "|"; }
javaCodeOK() - Method in class codesimian.Add
 
javaCodeOK() - Method in class codesimian.Divide
 
javaCodeOK() - Method in class codesimian.Log
returns a string similar to "logE(param0)" * public String toString(){ return "logE(" + P(0).toString() + ")"; }
javaCodeOK() - Method in class codesimian.Pow
 
javaCodeOK() - Method in class codesimian.RoundToInt
 
javaCodeOK() - Method in class codesimian.TreeType
 
javaCodeToExecuteCS(Class) - Static method in class codesimian.Reflect
Returns code that calls one of CS's execute functions: L(Class) D() F() J() I() S() C() B() Z() V().
javaCodeToString() - Method in class codesimian.Pow
 
javaCompile(String) - Method in class codesimian.Compile
compiles java code and returns the Class it compiles.
JavaMethod2 - Class in codesimian
Wrapper-class for a java.lang.reflect.Method, a dynamicly-called Java function.
JavaMethod2() - Constructor for class codesimian.JavaMethod2
default constructor used for testing, uses Method CS.countP()
JavaMethod2(Method) - Constructor for class codesimian.JavaMethod2
 
JavaType - Class in codesimian
A fuzzy-type (thats not actually fuzzy) that determines this boolean:
if param0's Java Object is a certain Java type (or subtype).
JavaType(Class) - Constructor for class codesimian.JavaType
You should probably use this constructor so you can specify a type, or use the other constructor and (optionally) do it later
JavaType() - Constructor for class codesimian.JavaType
the default type is CS.class
javaType - Variable in class codesimian.JavaTypeConst
 
JavaTypeConst - Class in codesimian
Rreturns 1 if param0 can be cast to the java-type represented by the Class object returned by my getObject(), else returns 0.
JavaTypeConst(Class) - Constructor for class codesimian.JavaTypeConst
 
JForProxy() - Method in class codesimian.Count
 
JForProxy() - Method in class codesimian.CS
 
JForProxy() - Method in class codesimian.IndependentCS
 

K

Keyboard - Class in codesimian
this class presses keys on the keyboard.
Keyboard() - Constructor for class codesimian.Keyboard
 
Keyboard.KeyDown - Class in codesimian
 
Keyboard.KeyDown() - Constructor for class codesimian.Keyboard.KeyDown
 
Keyboard.KeyUp - Class in codesimian
 
Keyboard.KeyUp() - Constructor for class codesimian.Keyboard.KeyUp
 
keyPressed(KeyEvent) - Method in class codesimian.HumanTypesCommand.CommandWindow
 
keyPressed(KeyEvent) - Method in class codesimian.Squares
if P(2) exists, P(2).P(0) is set to the ascii code for the key pressed.
keyReleased(KeyEvent) - Method in class codesimian.HumanTypesCommand.CommandWindow
 
keyReleased(KeyEvent) - Method in class codesimian.Squares
 
keyTyped(KeyEvent) - Method in class codesimian.HumanTypesCommand.CommandWindow
compiles a command and saves it in typedCommand if its valid and compiles ok, else displays an error message.
keyTyped(KeyEvent) - Method in class codesimian.Squares
 
keyword() - Method in class codesimian.Above
 
keyword() - Method in class codesimian.AbsoluteValue
 
keyword() - Method in class codesimian.Add
 
keyword() - Method in class codesimian.AddParam
 
keyword() - Method in class codesimian.ArcSin
 
keyword() - Method in class codesimian.Ask
 
keyword() - Method in class codesimian.BayesNet
 
keyword() - Method in class codesimian.BayesNode
 
keyword() - Method in class codesimian.BayesNodeDependence
 
keyword() - Method in class codesimian.BayesNodePredictError
 
keyword() - Method in class codesimian.BayesNodeUpdate
 
keyword() - Method in class codesimian.Binary
 
keyword() - Method in class codesimian.ButtonCS
 
keyword() - Method in class codesimian.ColorCS
 
keyword() - Method in class codesimian.CommandLine
 
keyword() - Method in class codesimian.CompareNumbers.EqualB
 
keyword() - Method in class codesimian.CompareNumbers.EqualC
 
keyword() - Method in class codesimian.CompareNumbers.EqualD
 
keyword() - Method in class codesimian.CompareNumbers.EqualF
 
keyword() - Method in class codesimian.CompareNumbers.EqualI
 
keyword() - Method in class codesimian.CompareNumbers.EqualJ
 
keyword() - Method in class codesimian.CompareNumbers.EqualS
 
keyword() - Method in class codesimian.CompareNumbers.EqualZ
 
keyword() - Method in class codesimian.CompareNumbers.LessB
 
keyword() - Method in class codesimian.CompareNumbers.LessC
 
keyword() - Method in class codesimian.CompareNumbers.LessD
 
keyword() - Method in class codesimian.CompareNumbers.LessEqualB
 
keyword() - Method in class codesimian.CompareNumbers.LessEqualC
 
keyword() - Method in class codesimian.CompareNumbers.LessEqualD
 
keyword() - Method in class codesimian.CompareNumbers.LessEqualF
 
keyword() - Method in class codesimian.CompareNumbers.LessEqualI
 
keyword() - Method in class codesimian.CompareNumbers.LessEqualJ
 
keyword() - Method in class codesimian.CompareNumbers.LessEqualS
 
keyword() - Method in class codesimian.CompareNumbers.LessF
 
keyword() - Method in class codesimian.CompareNumbers.LessI
 
keyword() - Method in class codesimian.CompareNumbers.LessJ
 
keyword() - Method in class codesimian.CompareNumbers.LessS
 
keyword() - Method in class codesimian.CompareNumbers.MoreB
 
keyword() - Method in class codesimian.CompareNumbers.MoreC
 
keyword() - Method in class codesimian.CompareNumbers.MoreD
 
keyword() - Method in class codesimian.CompareNumbers.MoreEqualB
 
keyword() - Method in class codesimian.CompareNumbers.MoreEqualC
 
keyword() - Method in class codesimian.CompareNumbers.MoreEqualD
 
keyword() - Method in class codesimian.CompareNumbers.MoreEqualF
 
keyword() - Method in class codesimian.CompareNumbers.MoreEqualI
 
keyword() - Method in class codesimian.CompareNumbers.MoreEqualJ
 
keyword() - Method in class codesimian.CompareNumbers.MoreEqualS
 
keyword() - Method in class codesimian.CompareNumbers.MoreF
 
keyword() - Method in class codesimian.CompareNumbers.MoreI
 
keyword() - Method in class codesimian.CompareNumbers.MoreJ
 
keyword() - Method in class codesimian.CompareNumbers.MoreS
 
keyword() - Method in class codesimian.CompareNumbers.NotEqualB
 
keyword() - Method in class codesimian.CompareNumbers.NotEqualC
 
keyword() - Method in class codesimian.CompareNumbers.NotEqualD
 
keyword() - Method in class codesimian.CompareNumbers.NotEqualF
 
keyword() - Method in class codesimian.CompareNumbers.NotEqualI
 
keyword() - Method in class codesimian.CompareNumbers.NotEqualJ
 
keyword() - Method in class codesimian.CompareNumbers.NotEqualS
 
keyword() - Method in class codesimian.CompareNumbers.NotEqualZ
 
keyword() - Method in class codesimian.Compile.CompilerPipeline
 
keyword() - Method in class codesimian.Compile.ParseObjects
 
keyword() - Method in class codesimian.Compile.ParseObjectsByPriority
 
keyword() - Method in class codesimian.Compile.SimpleCompiler
 
keyword() - Method in class codesimian.Compile.SmallSymbol
 
keyword - Variable in class codesimian.Compile.Symbol
Deprecated.  
keyword() - Method in class codesimian.Compile.Symbol
Deprecated.  
keyword() - Method in class codesimian.Compile.TokenizeCode
 
keyword() - Method in class codesimian.Compile.TokensToObjects
 
keyword() - Method in class codesimian.Const.ConstByte
 
keyword() - Method in class codesimian.Const.ConstDouble
 
keyword() - Method in class codesimian.Const.ConstFalse
 
keyword() - Method in class codesimian.Const.ConstFloat
 
keyword() - Method in class codesimian.Const.ConstInt
 
keyword() - Method in class codesimian.Const.ConstShort
 
keyword() - Method in class codesimian.Const.ConstTrue
 
keyword() - Method in class codesimian.Const.ConstWithUselessParams
 
keyword() - Method in class codesimian.Const
 
keyword() - Method in class codesimian.ContinuousBayesNode
 
keyword() - Method in class codesimian.CopyParams
 
keyword() - Method in class codesimian.CopyParamToParam
 
keyword() - Method in class codesimian.Count
 
keyword() - Method in class codesimian.CS
Deprecated.  
keyword() - Method in class codesimian.DeepCopy
 
keyword() - Method in class codesimian.DefaultCS
For the CodeSimian language as a String.
CodeSimian language keyword, like "+" "*" "max" ">" etc.

Override this function if you want to specify a keyword other than how I derive them from the class name, like + for Add.

Some CSs might never be intended to be used in the language by their keyword.
The best example (4/05) is Num, because it is used in the language like "3.4" instead of "num()".
keyword() - Method in class codesimian.Delay
 
keyword() - Method in class codesimian.DeleteParam
 
keyword() - Method in class codesimian.DieSpam
 
keyword() - Method in class codesimian.Divide
 
keyword() - Method in class codesimian.EqualP
 
keyword() - Method in class codesimian.EqualRecurse2
 
keyword() - Method in class codesimian.Err
The error-message.
keyword() - Method in class codesimian.EvolveCode
 
keyword() - Method in class codesimian.Exec
return "exec."+getClass().getName();
keyword() - Method in class codesimian.ExecParam
 
keyword() - Method in class codesimian.FileOfShorts
 
keyword() - Method in class codesimian.FileOrURL
 
keyword() - Method in class codesimian.Files.LoadCSFromFile
 
keyword() - Method in class codesimian.Files.SaveCSToFile
 
keyword() - Method in class codesimian.Files.TextFileWriter
 
keyword() - Method in class codesimian.FList
 
keyword() - Method in class codesimian.FTime
 
keyword() - Method in class codesimian.Function
 
keyword() - Method in class codesimian.GetResource
 
keyword() - Method in class codesimian.GraphSeq.FastUnordered
 
keyword() - Method in class codesimian.HumanTypesCommand
 
keyword() - Method in class codesimian.IfElse
 
keyword() - Method in class codesimian.ImageCS
 
keyword() - Method in class codesimian.IndentCode
 
keyword() - Method in class codesimian.IndependentCS
 
keyword() - Method in class codesimian.Interpolate
 
keyword() - Method in class codesimian.InvokeMethod
 
keyword() - Method in class codesimian.JavaMethod2
 
keyword() - Method in class codesimian.JavaType
 
keyword() - Method in class codesimian.JavaTypeConst
 
keyword() - Method in class codesimian.Keyboard.KeyDown
 
keyword() - Method in class codesimian.Keyboard.KeyUp
 
keyword() - Method in class codesimian.Layout
 
keyword() - Method in class codesimian.Log
 
keyword() - Method in class codesimian.Logic.And
 
keyword() - Method in class codesimian.Logic.Not
 
keyword() - Method in class codesimian.Logic.Or
 
keyword() - Method in class codesimian.Logic.Xor
 
keyword() - Method in class codesimian.Loop.DynamicLoop.DynamicForLoop
 
keyword() - Method in class codesimian.Loop.DynamicLoop.DynamicRepeatLoop
change this to "repeat" later.
keyword() - Method in class codesimian.Loop.DynamicLoop.DynamicWhileLoop
 
keyword() - Method in class codesimian.Loop.ForEach
 
keyword() - Method in class codesimian.Loop
 
keyword() - Method in class codesimian.Loop.StaticLoop.StaticForLoop
 
keyword() - Method in class codesimian.Loop.StaticLoop.StaticRepeatLoop
 
keyword() - Method in class codesimian.Max
 
keyword() - Method in class codesimian.Median
 
keyword() - Method in class codesimian.Min
 
keyword() - Method in class codesimian.Mod
 
keyword() - Method in class codesimian.MouseNumberList
 
keyword() - Method in class codesimian.MousePanel
 
keyword() - Method in class codesimian.MoveMouse
 
keyword() - Method in class codesimian.Multiply
 
keyword() - Method in class codesimian.N
 
keyword() - Method in class codesimian.NatLangType
 
keyword() - Method in class codesimian.Neg
 
keyword() - Method in class codesimian.Network
 
keyword() - Method in class codesimian.New
 
keyword() - Method in class codesimian.NothingList
 
keyword() - Method in class codesimian.Num
 
keyword() - Method in class codesimian.ParamCount
 
keyword() - Method in class codesimian.PNewInstance
 
keyword() - Method in class codesimian.Pow
 
keyword() - Method in class codesimian.PrimitiveArray
 
keyword() - Method in class codesimian.Ptr.FieldPtr
 
keyword() - Method in class codesimian.Ptr.IndividualPtrs
 
keyword() - Method in class codesimian.Ptr.Null
 
keyword() - Method in class codesimian.Ptr.ParamPtr
 
keyword() - Method in class codesimian.Ptr.PtrSet
 
keyword() - Method in class codesimian.RandGaussian
 
keyword() - Method in class codesimian.RandomExampleCode
 
keyword() - Method in class codesimian.RandomlyCombineCode
 
keyword() - Method in class codesimian.RandomNeuron
 
keyword() - Method in class codesimian.RandRange
 
keyword() - Method in class codesimian.RecurseP
 
keyword() - Method in class codesimian.RecurseP.RecursePD
 
keyword() - Method in class codesimian.ReflectedFunctions.addP
 
keyword() - Method in class codesimian.ReflectedFunctions.addPx
 
keyword() - Method in class codesimian.ReflectedFunctions.addPxx
 
keyword() - Method in class codesimian.ReflectedFunctions.addPxxx
 
keyword() - Method in class codesimian.ReflectedFunctions.addPxxxx
 
keyword() - Method in class codesimian.ReflectedFunctions.B
 
keyword() - Method in class codesimian.ReflectedFunctions.BForProxy
 
keyword() - Method in class codesimian.ReflectedFunctions.C
 
keyword() - Method in class codesimian.ReflectedFunctions.CForProxy
 
keyword() - Method in class codesimian.ReflectedFunctions.cost
 
keyword() - Method in class codesimian.ReflectedFunctions.countP
 
keyword() - Method in class codesimian.ReflectedFunctions.D
 
keyword() - Method in class codesimian.ReflectedFunctions.decrementMyFuel
 
keyword() - Method in class codesimian.ReflectedFunctions.deleteP
 
keyword() - Method in class codesimian.ReflectedFunctions.deletePx
 
keyword() - Method in class codesimian.ReflectedFunctions.description
 
keyword() - Method in class codesimian.ReflectedFunctions.DForProxy
 
keyword() - Method in class codesimian.ReflectedFunctions.equals
 
keyword() - Method in class codesimian.ReflectedFunctions.F
 
keyword() - Method in class codesimian.ReflectedFunctions.FForProxy
 
keyword() - Method in class codesimian.ReflectedFunctions.fuel
 
keyword() - Method in class codesimian.ReflectedFunctions.getClass
 
keyword() - Method in class codesimian.ReflectedFunctions.getExec
 
keyword() - Method in class codesimian.ReflectedFunctions.getObject
 
keyword() - Method in class codesimian.ReflectedFunctions.hashCode
 
keyword() - Method in class codesimian.ReflectedFunctions.heap
 
keyword() - Method in class codesimian.ReflectedFunctions.I
 
keyword() - Method in class codesimian.ReflectedFunctions.IForProxy
 
keyword() - Method in class codesimian.ReflectedFunctions.indexP
 
keyword() - Method in class codesimian.ReflectedFunctions.indexPName
 
keyword() - Method in class codesimian.ReflectedFunctions.insertB
 
keyword() - Method in class codesimian.ReflectedFunctions.insertC
 
keyword() - Method in class codesimian.ReflectedFunctions.insertD
 
keyword() - Method in class codesimian.ReflectedFunctions.insertF
 
keyword() - Method in class codesimian.ReflectedFunctions.insertI
 
keyword() - Method in class codesimian.ReflectedFunctions.insertJ
 
keyword() - Method in class codesimian.ReflectedFunctions.insertL
 
keyword() - Method in class codesimian.ReflectedFunctions.insertL1
 
keyword() - Method in class codesimian.ReflectedFunctions.insertLx
 
keyword() - Method in class codesimian.ReflectedFunctions.insertP
 
keyword() - Method in class codesimian.ReflectedFunctions.insertS
 
keyword() - Method in class codesimian.ReflectedFunctions.insertZ
 
keyword() - Method in class codesimian.ReflectedFunctions.J
 
keyword() - Method in class codesimian.ReflectedFunctions.javaCode
 
keyword() - Method in class codesimian.ReflectedFunctions.JForProxy
 
keyword() - Method in class codesimian.ReflectedFunctions.keyword
 
keyword() - Method in class codesimian.ReflectedFunctions.L
 
keyword() - Method in class codesimian.ReflectedFunctions.LForProxy
 
keyword() - Method in class codesimian.ReflectedFunctions.LForProxyx
 
keyword() - Method in class codesimian.ReflectedFunctions.Lx
 
keyword() - Method in class codesimian.ReflectedFunctions.maxP
 
keyword() - Method in class codesimian.ReflectedFunctions.minP
 
keyword() - Method in class codesimian.ReflectedFunctions.myFuel
 
keyword() - Method in class codesimian.ReflectedFunctions.name
 
keyword() - Method in class codesimian.ReflectedFunctions.newInstance
 
keyword() - Method in class codesimian.ReflectedFunctions.notify
 
keyword() - Method in class codesimian.ReflectedFunctions.notifyAll
 
keyword() - Method in class codesimian.ReflectedFunctions.P
 
keyword() - Method in class codesimian.ReflectedFunctions.parent
 
keyword() - Method in class codesimian.ReflectedFunctions.parsePriority
 
keyword() - Method in class codesimian.ReflectedFunctions.PB
 
keyword() - Method in class codesimian.ReflectedFunctions.PC
 
keyword() - Method in class codesimian.ReflectedFunctions.PD
 
keyword() - Method in class codesimian.ReflectedFunctions.PF
 
keyword() - Method in class codesimian.ReflectedFunctions.PI
 
keyword() - Method in class codesimian.ReflectedFunctions.PJ
 
keyword() - Method in class codesimian.ReflectedFunctions.PL
 
keyword() - Method in class codesimian.ReflectedFunctions.prevB
 
keyword() - Method in class codesimian.ReflectedFunctions.prevC
 
keyword() - Method in class codesimian.ReflectedFunctions.prevD
 
keyword() - Method in class codesimian.ReflectedFunctions.prevF
 
keyword() - Method in class codesimian.ReflectedFunctions.prevI
 
keyword() - Method in class codesimian.ReflectedFunctions.prevJ
 
keyword() - Method in class codesimian.ReflectedFunctions.prevL
 
keyword() - Method in class codesimian.ReflectedFunctions.prevS
 
keyword() - Method in class codesimian.ReflectedFunctions.prevZ
 
keyword() - Method in class codesimian.ReflectedFunctions.PS
 
keyword() - Method in class codesimian.ReflectedFunctions.PType
 
keyword() - Method in class codesimian.ReflectedFunctions.PZ
 
keyword() - Method in class codesimian.ReflectedFunctions.S
 
keyword() - Method in class codesimian.ReflectedFunctions.setB
 
keyword() - Method in class codesimian.ReflectedFunctions.setBx
 
keyword() - Method in class codesimian.ReflectedFunctions.setC
 
keyword() - Method in class codesimian.ReflectedFunctions.setCost
 
keyword() - Method in class codesimian.ReflectedFunctions.setCx
 
keyword() - Method in class codesimian.ReflectedFunctions.setD
 
keyword() - Method in class codesimian.ReflectedFunctions.setDescription
 
keyword() - Method in class codesimian.ReflectedFunctions.setDx
 
keyword() - Method in class codesimian.ReflectedFunctions.setExec
 
keyword() - Method in class codesimian.ReflectedFunctions.setF
 
keyword() - Method in class codesimian.ReflectedFunctions.setFuel
 
keyword() - Method in class codesimian.ReflectedFunctions.setFx
 
keyword() - Method in class codesimian.ReflectedFunctions.setHeap
 
keyword() - Method in class codesimian.ReflectedFunctions.setI
 
keyword() - Method in class codesimian.ReflectedFunctions.setIx
 
keyword() - Method in class codesimian.ReflectedFunctions.setJ
 
keyword() - Method in class codesimian.ReflectedFunctions.setJx
 
keyword() - Method in class codesimian.ReflectedFunctions.setL
 
keyword() - Method in class codesimian.ReflectedFunctions.setL1
 
keyword() - Method in class codesimian.ReflectedFunctions.setLx
 
keyword() - Method in class codesimian.ReflectedFunctions.setLxx
 
keyword() - Method in class codesimian.ReflectedFunctions.setMyFuel
 
keyword() - Method in class codesimian.ReflectedFunctions.setName
 
keyword() - Method in class codesimian.ReflectedFunctions.setObject
 
keyword() - Method in class codesimian.ReflectedFunctions.setP
 
keyword() - Method in class codesimian.ReflectedFunctions.setParent
 
keyword() - Method in class codesimian.ReflectedFunctions.setParsePriority
 
keyword() - Method in class codesimian.ReflectedFunctions.setPrevExec
 
keyword() - Method in class codesimian.ReflectedFunctions.setPType
 
keyword() - Method in class codesimian.ReflectedFunctions.setS
 
keyword() - Method in class codesimian.ReflectedFunctions.setSx
 
keyword() - Method in class codesimian.ReflectedFunctions.setZ
 
keyword() - Method in class codesimian.ReflectedFunctions.setZx
 
keyword() - Method in class codesimian.ReflectedFunctions.SForProxy
 
keyword() - Method in class codesimian.ReflectedFunctions.toString
 
keyword() - Method in class codesimian.ReflectedFunctions.V
 
keyword() - Method in class codesimian.ReflectedFunctions.VForProxy
 
keyword() - Method in class codesimian.ReflectedFunctions.wait
 
keyword() - Method in class codesimian.ReflectedFunctions.waitx
 
keyword() - Method in class codesimian.ReflectedFunctions.waitxx
 
keyword() - Method in class codesimian.ReflectedFunctions.Z
 
keyword() - Method in class codesimian.ReflectedFunctions.ZForProxy
 
keyword() - Method in class codesimian.ReflectJavaClass
 
keyword() - Method in class codesimian.RoundToInt
 
keyword() - Method in class codesimian.S
 
keyword() - Method in class codesimian.ScreenPixels
 
keyword() - Method in class codesimian.Scroll
 
keyword() - Method in class codesimian.SetEqual.EqualP
 
keyword() - Method in class codesimian.SetEqual.SetB
 
keyword() - Method in class codesimian.SetEqual.SetC
 
keyword() - Method in class codesimian.SetEqual.SetD
 
keyword() - Method in class codesimian.SetEqual.SetF
 
keyword() - Method in class codesimian.SetEqual.SetI
 
keyword() - Method in class codesimian.SetEqual.SetJ
 
keyword() - Method in class codesimian.SetEqual.SetL
 
keyword() - Method in class codesimian.SetEqual.SetS
 
keyword() - Method in class codesimian.SetEqual.SetZ
 
keyword() - Method in class codesimian.SetParam
 
keyword() - Method in class codesimian.SimpleBayesNet.BayesNodeIndependentChildsDependentParent
 
keyword() - Method in class codesimian.SimpleBayesNet
 
keyword() - Method in class codesimian.SimpleBayesNet.Test
 
keyword() - Method in class codesimian.Sin
 
keyword() - Method in class codesimian.SlideBar
 
keyword() - Method in class codesimian.SlideBarReacts
 
keyword() - Method in class codesimian.SlowMP3
 
keyword() - Method in class codesimian.Sound
 
keyword() - Method in class codesimian.SoundFile
 
keyword() - Method in class codesimian.SoundQuality
 
keyword() - Method in class codesimian.SpamData
 
keyword() - Method in class codesimian.SplitPane
 
keyword() - Method in class codesimian.Squares
 
keyword() - Method in class codesimian.Stacks.Peek
 
keyword() - Method in class codesimian.Stacks.Pop
 
keyword() - Method in class codesimian.Stacks.Push
 
keyword() - Method in class codesimian.Stacks.StackSize
 
keyword() - Method in class codesimian.Static.DefaultList
 
keyword() - Method in class codesimian.Static.DefaultStack
 
keyword() - Method in class codesimian.Static.SingletonList
 
keyword() - Method in class codesimian.Strings.PrintCS
 
keyword() - Method in class codesimian.Strings.PrintNumber
 
keyword() - Method in class codesimian.Strings.PrintString
 
keyword() - Method in class codesimian.Strings.ReadChar
 
keyword() - Method in class codesimian.Strings.StringSplit
 
keyword() - Method in class codesimian.TextAreaCS
 
keyword() - Method in class codesimian.TimerCS
 
keyword() - Method in class codesimian.ToStr
 
keyword() - Method in class codesimian.TradeCalcExec
 
keyword() - Method in class codesimian.TreeOfCodeGUI
 
keyword() - Method in class codesimian.TreeType
 
keyword() - Method in class codesimian.Try.CatchException
 
keyword() - Method in class codesimian.Try.CatchOther
 
keyword() - Method in class codesimian.Try.CatchThrowable
 
keyword() - Method in class codesimian.TypeCheckedList
 
keyword() - Method in class codesimian.View2d
 
keyword() - Method in class codesimian.WeightedAverage
 
keyword() - Method in class codesimian.WholeMP3
Deprecated.  
keyword() - Method in class codesimian.WindowCS
 
keyword() - Method in class codesimian.WordNode.ChainWordNodesTogether
 
keyword() - Method in class codesimian.WordNode
 
keyword() - Method in class codesimian.WordNode.WordStringsToWordNodes
 

L

L(Object) - Method in interface codesimian.CodeSimian
common keys have type Class (try to cast to that type), Number (return something from index Number.intValue()), or String (return something with that name, often has an int index too)
L(int, Object, int) - Method in interface codesimian.CodeSimian
 
L(Class) - Method in class codesimian.CS
Deprecated. Use L(Object) instead.
L(int, Object, int) - Method in class codesimian.CS
 
L(int, Class, int) - Method in class codesimian.CS
same as L(Class) except only uses a subset of param indexs.
Like many other L functions, allows optimizations of converting CSs to specific Object types.
Example: new S("abcdefg").L(2,String.class,3) returns "cde".
L(String) - Method in class codesimian.CS
Deprecated. replace me with L(Object) and setL(Object,Object)
L(Object) - Method in class codesimian.CS
This function will replace L(String) and L(Class)
and can do the same things as P(int) if "key" is a Number (uses Number.intValue()).
L(Class) - Method in class codesimian.Exec
 
L(int, Class, int) - Method in class codesimian.Exec
 
L(Class) - Method in class codesimian.FileOrURL
returns File, URL, byte[], and returns the default (for Class c) if that doesnt work
L(Class) - Method in class codesimian.IndependentCS
 
L(int, Class, int) - Method in class codesimian.IndependentCS
 
L(Class) - Method in class codesimian.JavaMethod2
 
L(Class) - Method in class codesimian.JavaTypeConst
because this CS represents a Java class type, it returns that type if c==java.lang.Class.class
L(Class) - Method in class codesimian.MouseNumberList
 
L(Class) - Method in class codesimian.Scroll
 
L(Class) - Method in class codesimian.SlideBar
 
L(Class) - Method in class codesimian.SlowMP3
can get the short[] array containing mp3 data
L(Class) - Method in class codesimian.WindowCS
 
LASTINDEX - Static variable in class codesimian.Object3d
 
Layout - Class in codesimian
A GUI LAYOUT positions other GUI objects within its own rectangle area.
Examples: FlowLayout, GridLayout, BorderLayout.
Layout(LayoutManager, Container, int, int, String) - Constructor for class codesimian.Layout
C is a Container whose LayoutManager is L.
Layout() - Constructor for class codesimian.Layout
Default is a vertical GridLayout
layout - Variable in class codesimian.Squares
 
layoutContainer(Container) - Method in class codesimian.Layout
 
letter - Variable in class codesimian.Reflect.T
 
letterToClass - Static variable in class codesimian.Reflect
code: Reflect.letterToClass.get("D") returns double.class
letterToPrimitiveName - Static variable in class codesimian.Reflect
 
lexerFileName - Static variable in class codesimian.StringLang
11/9/04: The CodeSimian language syntax might LATER be defined by a java file created by an external lexer, probably JFlex.
LForProxy(Class) - Method in class codesimian.CS
The "?ForProxy" functions should only be called by a PROXY CS.
LForProxy(int, Class, int) - Method in class codesimian.CS
 
LForProxy(Class) - Method in class codesimian.DefaultCS
the default implementation can use many Class parameters.
LForProxy(int, Class, int) - Method in class codesimian.DefaultCS
by default, only works if castToThisType==CS[].class or is a String
LForProxy(Class) - Method in class codesimian.Exec
reversed
LForProxy(int, Class, int) - Method in class codesimian.Exec
reversed
LForProxy(Class) - Method in class codesimian.ImageCS
 
LForProxy(Class) - Method in class codesimian.IndependentCS
 
LForProxy(int, Class, int) - Method in class codesimian.IndependentCS
 
LForProxy(Class) - Method in class codesimian.S
 
LForProxy(int, Class, int) - Method in class codesimian.S
 
LForProxy(Class) - Method in class codesimian.SetEqual.SetL
Returns the Object that param0 is set to.
LForProxy(Class) - Method in class codesimian.Squares
 
LForProxy(Class) - Method in class codesimian.View2d
use Container.class
limitCalcExec() - Method in class codesimian.Exec.Calc
true
limitCalcExec() - Method in class codesimian.Exec.CalcFuel
true
limitCalcExec() - Method in class codesimian.Exec.CalcFuelNan
true
limitCalcExec() - Method in class codesimian.Exec.CalcFuelNanNoPrev
true
limitCalcExec() - Method in class codesimian.Exec.CalcFuelNoPrev
true
limitCalcExec() - Method in class codesimian.Exec.CalcNan
true
limitCalcExec() - Method in class codesimian.Exec.CalcNanNoPrev
true
limitCalcExec() - Method in class codesimian.Exec.CalcNoPrev
true
limitCalcExec() - Method in class codesimian.Exec
true if this.DForProxy(f) chooses to execute f or not depending on if f.myFuel is positive.
limitCalcExec - Variable in class codesimian.Exec.SubclassDescription
 
limitFuel() - Method in class codesimian.Exec.CalcFuel
true
limitFuel() - Method in class codesimian.Exec.CalcFuelNan
true
limitFuel() - Method in class codesimian.Exec.CalcFuelNanNoPrev
true
limitFuel() - Method in class codesimian.Exec.CalcFuelNoPrev
true
limitFuel() - Method in class codesimian.Exec.Fuel
true
limitFuel() - Method in class codesimian.Exec.FuelNan
true
limitFuel() - Method in class codesimian.Exec.FuelNanNoPrev
true
limitFuel() - Method in class codesimian.Exec.FuelNoPrev
true
limitFuel() - Method in class codesimian.Exec
true if this.DForProxy(f) chooses to execute f or not depending on the fuel contained in f's fuel() object.
limitFuel - Variable in class codesimian.Exec.SubclassDescription
 
limitValidNumber() - Method in class codesimian.Exec.CalcFuelNan
true
limitValidNumber() - Method in class codesimian.Exec.CalcFuelNanNoPrev
true
limitValidNumber() - Method in class codesimian.Exec.CalcNan
true
limitValidNumber() - Method in class codesimian.Exec.CalcNanNoPrev
true
limitValidNumber() - Method in class codesimian.Exec.FuelNan
true
limitValidNumber() - Method in class codesimian.Exec.FuelNanNoPrev
true
limitValidNumber() - Method in class codesimian.Exec
true if this.DForProxy(f) chooses to execute f or not depending on if f.DForProxy() is NaN, -infinity, or infinity.
limitValidNumber() - Method in class codesimian.Exec.Nan
true
limitValidNumber() - Method in class codesimian.Exec.NanNoPrev
true
limitValidNumber - Variable in class codesimian.Exec.SubclassDescription
 
locationOfLargestRepeatedSubset(short[]) - Static method in class codesimian.WholeMP3
Deprecated. Used for debugging sound data.
Log - Class in codesimian
 
Log() - Constructor for class codesimian.Log
 
Logic - Class in codesimian
boolean and other LOGICAL operations.
Logic() - Constructor for class codesimian.Logic
 
Logic.And - Class in codesimian
 
Logic.And() - Constructor for class codesimian.Logic.And
 
Logic.Not - Class in codesimian
 
Logic.Not() - Constructor for class codesimian.Logic.Not
 
Logic.Or - Class in codesimian
 
Logic.Or() - Constructor for class codesimian.Logic.Or
 
Logic.Xor - Class in codesimian
 
Logic.Xor() - Constructor for class codesimian.Logic.Xor
 
longValue() - Method in class codesimian.NumberStack
 
longValue() - Method in class Test.NumberTest
 
Loop - Class in codesimian
Executes a CS a number of times defined by an other CS's value.
Loop() - Constructor for class codesimian.Loop
 
Loop.DynamicLoop - Class in codesimian
the boolean loop condition, or max number of loops, is checked every iteration
Loop.DynamicLoop() - Constructor for class codesimian.Loop.DynamicLoop
 
Loop.DynamicLoop.DynamicForLoop - Class in codesimian
for (double param0 = 0; param0 < param1; param0++) param2;
Loop.DynamicLoop.DynamicForLoop() - Constructor for class codesimian.Loop.DynamicLoop.DynamicForLoop
 
Loop.DynamicLoop.DynamicRepeatLoop - Class in codesimian
for (double d = 0; d < param0; d++) param1;
Loop.DynamicLoop.DynamicRepeatLoop() - Constructor for class codesimian.Loop.DynamicLoop.DynamicRepeatLoop
 
Loop.DynamicLoop.DynamicWhileLoop - Class in codesimian
while (param0) param1;
Loop.DynamicLoop.DynamicWhileLoop() - Constructor for class codesimian.Loop.DynamicLoop.DynamicWhileLoop
 
Loop.ForEach - Class in codesimian
 
Loop.ForEach() - Constructor for class codesimian.Loop.ForEach
 
Loop.StaticLoop - Class in codesimian
the boolean loop condition, or max number of loops, is checked ONCE when the loop starts
Loop.StaticLoop() - Constructor for class codesimian.Loop.StaticLoop
 
Loop.StaticLoop.StaticForLoop - Class in codesimian
the boolean loop condition, or max number of loops, is checked ONCE when the loop starts.
DForProxy(){
double end = param1;
for (double param0 = 0; param0 < end; param0++) param2;
return last value of param2;
}
param0: iteration var.
Loop.StaticLoop.StaticForLoop() - Constructor for class codesimian.Loop.StaticLoop.StaticForLoop
 
Loop.StaticLoop.StaticRepeatLoop - Class in codesimian
LOOP with no iteration var.
DForProxy(){
double end = param0;
for (double i = 0; i < end; i++) param1;
return last value of param1;
}
param0: max value of iteration var.
param1: loop body.
Check value of param0 once, and repeat execution of param1 that many times.
If value of param0 changes during that loop, it is not noticed.
Loop.StaticLoop.StaticRepeatLoop() - Constructor for class codesimian.Loop.StaticLoop.StaticRepeatLoop
 
LPAREN - Static variable in class codesimian.Compile
4/06 OBSOLETE JAVADOC, BUT STILL A LITTLE USEFUL...
LPAREN and RPAREN should be part of output of Lex and part of input to Parse if you use paranthesis.

M

main(String[]) - Static method in class codesimian.ByteBuf
 
main(String[]) - Static method in class codesimian.Files
 
main(String[]) - Static method in class codesimian.TestMic
 
main(String[]) - Static method in class codesimian.Webpage
 
main(String[]) - Static method in class codesimian.WholeMP3
Deprecated.  
main(String[]) - Static method in class Test
 
main(String[]) - Static method in class Test3
 
makeArraySumTo1(double[]) - Static method in class codesimian.BayesNode
assumes the array contains no negatives, and
makeCS(String) - Static method in class codesimian.CSBuilder
Compiles a String of CodeSimian code.
mark(int) - Method in class codesimian.InputStreamOfCS
 
markSupported() - Method in class codesimian.InputStreamOfCS
 
Max - Class in codesimian
 
Max() - Constructor for class codesimian.Max
 
maxD() - Method in class codesimian.CS
maximum value D() can ever return (or any of the other primitive EXECUTE functions).
maxD() - Method in class codesimian.FileOfShorts
 
maxD() - Method in class codesimian.Sin
sine ranges from -1 to 1
maxD() - Method in class codesimian.SlideBarReacts
 
maxD() - Method in class codesimian.SlowMP3
 
maxD() - Method in class codesimian.WholeMP3
Deprecated.  
maxP() - Method in class codesimian.Add
 
maxP() - Method in class codesimian.AddParam
 
maxP() - Method in class codesimian.Ask
 
maxP() - Method in class codesimian.BayesNode
 
maxP() - Method in class codesimian.ButtonCS
 
maxP() - Method in class codesimian.ColorCS
 
maxP() - Method in class codesimian.Compile.CompilerPipeline
1000000
maxP() - Method in class codesimian.Const.ConstWithUselessParams
 
maxP() - Method in class codesimian.ContinuousBayesNode
 
maxP() - Method in class codesimian.CS
Maximum quantity of Params
maxP() - Method in class codesimian.DeleteParam
 
maxP() - Method in class codesimian.EqualP
 
maxP() - Method in class codesimian.Err
 
maxP() - Method in class codesimian.EvolveCode
 
maxP() - Method in class codesimian.FileOrURL
 
maxP() - Method in class codesimian.FList
 
maxP() - Method in class codesimian.Function
 
maxP() - Method in class codesimian.GetResource
 
maxP() - Method in class codesimian.GraphSeq
 
maxP() - Method in class codesimian.HumanTypesCommand
 
maxP() - Method in class codesimian.IfElse
 
maxP() - Method in class codesimian.ImageCS
 
maxP() - Method in class codesimian.IndependentCS
 
maxP() - Method in class codesimian.JavaType
 
maxP() - Method in class codesimian.Layout
 
maxP() - Method in class codesimian.Logic
 
maxP() - Method in class codesimian.Logic.Not
 
maxP() - Method in class codesimian.Max
 
maxP() - Method in class codesimian.Median
2147483647
maxP() - Method in class codesimian.Min
 
maxP() - Method in class codesimian.MouseNumberList
 
maxP() - Method in class codesimian.MousePanel
 
maxP() - Method in class codesimian.MoveMouse
 
maxP() - Method in class codesimian.Multiply
 
maxP() - Method in class codesimian.Neg
 
maxP() - Method in class codesimian.NothingList
 
maxP() - Method in class codesimian.Ptr.IndividualPtrs
 
maxP() - Method in class codesimian.Ptr.PtrSet
 
maxP() - Method in class codesimian.RecurseP
 
maxP() - Method in class codesimian.S
 
maxP() - Method in class codesimian.SetEqual.EqualP
 
maxP() - Method in class codesimian.SimpleBayesNet
unlimited, if enough memory
maxP() - Method in class codesimian.SlideBar
 
maxP() - Method in class codesimian.SlideBarReacts
 
maxP() - Method in class codesimian.SlowMP3
 
maxP() - Method in class codesimian.Sound
 
maxP() - Method in class codesimian.SoundFile
 
maxP() - Method in class codesimian.SplitPane
 
maxP() - Method in class codesimian.Squares
if countP()==3 then P(2) is a KEYBOARD-LISTENER.
maxP() - Method in class codesimian.Stacks.Peek
 
maxP() - Method in class codesimian.Stacks.Pop
 
maxP() - Method in class codesimian.Stacks.Push
 
maxP() - Method in class codesimian.Stacks.StackSize
 
maxP() - Method in class codesimian.Strings.PrintCS
 
maxP() - Method in class codesimian.Strings.PrintNumber
 
maxP() - Method in class codesimian.Strings.PrintString
 
maxP() - Method in class codesimian.Strings.StringSplit
 
maxP() - Method in class codesimian.TextAreaCS
 
maxP() - Method in class codesimian.TimerCS
 
maxP() - Method in class codesimian.TreeOfCodeGUI
 
maxP() - Method in class codesimian.Try
 
maxP() - Method in class codesimian.WholeMP3
Deprecated.  
maxP() - Method in class codesimian.WindowCS
 
maxP() - Method in class codesimian.WordNode
 
maxP() - Method in class codesimian.WordNode.WordStringsToWordNodes
 
Median - Class in codesimian
 
Median() - Constructor for class codesimian.Median
 
message - Variable in exception codesimian.CountPException
 
message - Variable in exception codesimian.CSCastException
 
method - Variable in class codesimian.InvokeMethod
A Method that is dynamicly invoked in DForProxy().
methodParams - Variable in class codesimian.InvokeMethod
Parameters for 'method'.
Microphone - Class in codesimian
 
Microphone() - Constructor for class codesimian.Microphone
 
Min - Class in codesimian
 
Min() - Constructor for class codesimian.Min
 
minD() - Method in class codesimian.CS
minimum value D() can ever return (or any of the other primitive EXECUTE functions).
minD() - Method in class codesimian.FileOfShorts
 
minD() - Method in class codesimian.Sin
sine ranges from -1 to 1
minD() - Method in class codesimian.SlideBarReacts
 
minD() - Method in class codesimian.SlowMP3
 
minD() - Method in class codesimian.WholeMP3
Deprecated.  
minimumLayoutSize(Container) - Method in class codesimian.Layout
 
minimumUpdateIncrementInMilliseconds() - Method in interface codesimian.Files.DownloadListener
update() will not be called if its too soon after the last update()
minP() - Method in class codesimian.Above
 
minP() - Method in class codesimian.Add
 
minP() - Method in class codesimian.AddParam
 
minP() - Method in class codesimian.AddressShape.Fractal
 
minP() - Method in class codesimian.AddressShape.Linear
 
minP() - Method in class codesimian.AddressShape.Root
 
minP() - Method in class codesimian.Ask
 
minP() - Method in class codesimian.BayesNet
 
minP() - Method in class codesimian.BayesNode
 
minP() - Method in class codesimian.ButtonCS
 
minP() - Method in class codesimian.ColorCS
 
minP() - Method in class codesimian.CompareNumbers
 
minP() - Method in class codesimian.Compile.CompilerPipeline
returns 4.
minP() - Method in class codesimian.Compile
 
minP() - Method in class codesimian.Compile.Symbol
Deprecated.  
minP() - Method in class codesimian.Const.ConstWithUselessParams
 
minP() - Method in class codesimian.Const
 
minP() - Method in class codesimian.ContinuousBayesNode
 
minP() - Method in class codesimian.CopyParams
 
minP() - Method in class codesimian.CopyParamToParam
 
minP() - Method in class codesimian.Count
 
minP() - Method in class codesimian.CS
Minimum quantity of Params.
minP() - Method in class codesimian.DeepCopy
 
minP() - Method in class codesimian.DefaultCS
For DForProxy().
Minimum number of parameters in param[] needed to call DForProxy().
Defines which indexs of param[] DForProxy() can use.
Functions with a different number of parameters must override this.
OVERRIDE THIS FUNCTION IF EXEC USES A DIFFERENT NUMBER OF PARAMETERS.
Default is 1.
minP() - Method in class codesimian.Delay
 
minP() - Method in class codesimian.DeleteParam
 
minP() - Method in class codesimian.DieSpam
 
minP() - Method in class codesimian.Divide
 
minP() - Method in class codesimian.EqualP
 
minP() - Method in class codesimian.EqualRecurse2
 
minP() - Method in class codesimian.Err
 
minP() - Method in class codesimian.EvolveCode
 
minP() - Method in class codesimian.ExecParam
 
minP() - Method in class codesimian.FileOrURL
 
minP() - Method in class codesimian.Files.LoadCSFromFile
 
minP() - Method in class codesimian.Files.SaveCSToFile
 
minP() - Method in class codesimian.Files.TextFileWriter
 
minP() - Method in class codesimian.FList
 
minP() - Method in class codesimian.FTime
 
minP() - Method in class codesimian.GetResource
 
minP() - Method in class codesimian.GraphSeq
 
minP() - Method in class codesimian.HumanTypesCommand
 
minP() - Method in class codesimian.IfElse
 
minP() - Method in class codesimian.ImageCS
 
minP() - Method in class codesimian.IndentCode
 
minP() - Method in class codesimian.IndependentCS
 
minP() - Method in class codesimian.Interpolate
 
minP() - Method in class codesimian.InterpretText
 
minP() - Method in class codesimian.InvokeMethod
 
minP() - Method in class codesimian.JavaMethod2
 
minP() - Method in class codesimian.JavaType
 
minP() - Method in class codesimian.Layout
 
minP() - Method in class codesimian.Logic
 
minP() - Method in class codesimian.Logic.Not
 
minP() - Method in class codesimian.Loop.DynamicLoop.DynamicForLoop
 
minP() - Method in class codesimian.Loop.DynamicLoop.DynamicRepeatLoop
 
minP() - Method in class codesimian.Loop.DynamicLoop.DynamicWhileLoop
 
minP() - Method in class codesimian.Loop.ForEach
 
minP() - Method in class codesimian.Loop
 
minP() - Method in class codesimian.Loop.StaticLoop.StaticForLoop
 
minP() - Method in class codesimian.Loop.StaticLoop.StaticRepeatLoop
 
minP() - Method in class codesimian.Max
 
minP() - Method in class codesimian.Median
Returns 3.
minP() - Method in class codesimian.Min
 
minP() - Method in class codesimian.Mod
 
minP() - Method in class codesimian.MouseNumberList
 
minP() - Method in class codesimian.MousePanel
 
minP() - Method in class codesimian.MoveMouse
 
minP() - Method in class codesimian.Multiply
 
minP() - Method in class codesimian.N
 
minP() - Method in class codesimian.NatLangType
 
minP() - Method in class codesimian.Neg
 
minP() - Method in class codesimian.Network
 
minP() - Method in class codesimian.New
 
minP() - Method in class codesimian.NothingList
 
minP() - Method in class codesimian.Num
 
minP() - Method in class codesimian.Object3d
 
minP() - Method in class codesimian.Pow
 
minP() - Method in class codesimian.Ptr.IndividualPtrs
 
minP() - Method in class codesimian.Ptr
 
minP() - Method in class codesimian.Ptr.PtrSet
 
minP() - Method in class codesimian.RandGaussian
 
minP() - Method in class codesimian.RandomlyCombineCode
 
minP() - Method in class codesimian.RandomNeuron
 
minP() - Method in class codesimian.RandRange
 
minP() - Method in class codesimian.RecurseP
 
minP() - Method in class codesimian.ReflectedFunctions.addP
 
minP() - Method in class codesimian.ReflectedFunctions.addPx
 
minP() - Method in class codesimian.ReflectedFunctions.addPxx
 
minP() - Method in class codesimian.ReflectedFunctions.addPxxx
 
minP() - Method in class codesimian.ReflectedFunctions.addPxxxx
 
minP() - Method in class codesimian.ReflectedFunctions.B
 
minP() - Method in class codesimian.ReflectedFunctions.BForProxy
 
minP() - Method in class codesimian.ReflectedFunctions.C
 
minP() - Method in class codesimian.ReflectedFunctions.CForProxy
 
minP() - Method in class codesimian.ReflectedFunctions.cost
 
minP() - Method in class codesimian.ReflectedFunctions.countP
 
minP() - Method in class codesimian.ReflectedFunctions.D
 
minP() - Method in class codesimian.ReflectedFunctions.decrementMyFuel
 
minP() - Method in class codesimian.ReflectedFunctions.deleteP
 
minP() - Method in class codesimian.ReflectedFunctions.deletePx
 
minP() - Method in class codesimian.ReflectedFunctions.description
 
minP() - Method in class codesimian.ReflectedFunctions.DForProxy
 
minP() - Method in class codesimian.ReflectedFunctions.equals
 
minP() - Method in class codesimian.ReflectedFunctions.F
 
minP() - Method in class codesimian.ReflectedFunctions.FForProxy
 
minP() - Method in class codesimian.ReflectedFunctions.fuel
 
minP() - Method in class codesimian.ReflectedFunctions.getClass
 
minP() - Method in class codesimian.ReflectedFunctions.getExec
 
minP() - Method in class codesimian.ReflectedFunctions.getObject
 
minP() - Method in class codesimian.ReflectedFunctions.hashCode
 
minP() - Method in class codesimian.ReflectedFunctions.heap
 
minP() - Method in class codesimian.ReflectedFunctions.I
 
minP() - Method in class codesimian.ReflectedFunctions.IForProxy
 
minP() - Method in class codesimian.ReflectedFunctions.indexP
 
minP() - Method in class codesimian.ReflectedFunctions.indexPName
 
minP() - Method in class codesimian.ReflectedFunctions.insertB
 
minP() - Method in class codesimian.ReflectedFunctions.insertC
 
minP() - Method in class codesimian.ReflectedFunctions.insertD
 
minP() - Method in class codesimian.ReflectedFunctions.insertF
 
minP() - Method in class codesimian.ReflectedFunctions.insertI
 
minP() - Method in class codesimian.ReflectedFunctions.insertJ
 
minP() - Method in class codesimian.ReflectedFunctions.insertL
 
minP() - Method in class codesimian.ReflectedFunctions.insertL1
 
minP() - Method in class codesimian.ReflectedFunctions.insertLx
 
minP() - Method in class codesimian.ReflectedFunctions.insertP
 
minP() - Method in class codesimian.ReflectedFunctions.insertS
 
minP() - Method in class codesimian.ReflectedFunctions.insertZ
 
minP() - Method in class codesimian.ReflectedFunctions.J
 
minP() - Method in class codesimian.ReflectedFunctions.javaCode
 
minP() - Method in class codesimian.