Uses of Enum Class
org.jruby.ir.builder.StringStyle
Packages that use StringStyle
-
Uses of StringStyle in org.jruby.ast
Methods in org.jruby.ast that return StringStyleMethods in org.jruby.ast with parameters of type StringStyleModifier and TypeMethodDescriptionvoid
DStrNode.setStringStyle
(StringStyle frozen) void
StrNode.setStringStyle
(StringStyle stringStyle) Constructors in org.jruby.ast with parameters of type StringStyleModifierConstructorDescriptionStrNode
(int line, ByteList value, int codeRange, StringStyle stringStyle) -
Uses of StringStyle in org.jruby.ir.builder
Methods in org.jruby.ir.builder that return StringStyleModifier and TypeMethodDescriptionstatic StringStyle
Returns the enum constant of this class with the specified name.static StringStyle[]
StringStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jruby.ir.builder with parameters of type StringStyleModifier and TypeMethodDescriptionprotected Operand
IRBuilder.buildDStr
(Variable result, U[] nodePieces, org.jcodings.Encoding encoding, StringStyle stringStyle, int line) -
Uses of StringStyle in org.jruby.ir.instructions
Constructors in org.jruby.ir.instructions with parameters of type StringStyleModifierConstructorDescriptionBuildCompoundStringInstr
(Variable result, Operand[] pieces, org.jcodings.Encoding encoding, int estimatedSize, StringStyle stringStyle, String file, int line) -
Uses of StringStyle in org.jruby.parser
Methods in org.jruby.parser that return StringStyle