Uses of Class
org.ek9lang.compiler.ir.LiteralInstruction
Packages that use LiteralInstruction
-
Uses of LiteralInstruction in org.ek9lang.compiler.ir
Methods in org.ek9lang.compiler.ir that return LiteralInstructionModifier and TypeMethodDescriptionstatic LiteralInstruction
LiteralInstruction.booleanLiteral
(String result, String literalValue, String literalType) static LiteralInstruction
LiteralInstruction.booleanLiteral
(String result, String literalValue, String literalType, DebugInfo debugInfo) Create instruction to load a boolean literal.static LiteralInstruction
static LiteralInstruction
LiteralInstruction.literal
(String result, String literalValue, String literalType, DebugInfo debugInfo) Create instruction to load any literal value.static LiteralInstruction
LiteralInstruction.numericLiteral
(String result, String literalValue, String literalType) static LiteralInstruction
LiteralInstruction.numericLiteral
(String result, String literalValue, String literalType, DebugInfo debugInfo) Create instruction to load a numeric literal.static LiteralInstruction
LiteralInstruction.stringLiteral
(String result, String literalValue, String literalType) static LiteralInstruction
LiteralInstruction.stringLiteral
(String result, String literalValue, String literalType, DebugInfo debugInfo) Create instruction to load a string literal.