Uses of Class
org.holtz.zoe.zoel.ExpressionListCall

Packages that use ExpressionListCall
org.holtz.zoe.zoel A Turing-complete mutatable programming language featuring block statements, a stack, a heap, registers of sensory data, and operators to perform actions in the Zoe World.
 
 

Uses of ExpressionListCall in org.holtz.zoe.zoel
 

Methods in org.holtz.zoe.zoel that return ExpressionListCall
 ExpressionListCall Operation.nthStatement(java.lang.Integer[] nth)
           
 ExpressionListCall ExpressionList.nthStatement(java.lang.Integer[] nth)
           
 ExpressionListCall Expression.nthStatement(java.lang.Integer[] nth)
           
 ExpressionListCall ExpressionList.randomPosition(java.util.Random random)