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

Packages that use StringLiteral
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 StringLiteral in org.holtz.zoe.zoel
 

Methods in org.holtz.zoe.zoel that return StringLiteral
 StringLiteral StringLiteral.copy()
           
static StringLiteral StringLiteral.parse(ZoelTokenizer zoelTokenizer)
           
 

Constructors in org.holtz.zoe.zoel with parameters of type StringLiteral
StringLiteral(StringLiteral obj2Copy)