public class StringTerm extends StrTerm
Constructor and Description |
---|
StringTerm(int flags,
int begin,
int end,
int startLine) |
Modifier and Type | Method and Description |
---|---|
protected org.jruby.util.ByteList |
createByteList(RubyLexer lexer) |
int |
getFlags() |
int |
parseString(RubyLexer lexer) |
int |
parseStringIntoBuffer(RubyLexer lexer,
org.jruby.util.ByteList buffer,
org.jcodings.Encoding[] enc) |
protected org.jruby.util.ByteList createByteList(RubyLexer lexer)
public int parseString(RubyLexer lexer) throws java.io.IOException
parseString
in class StrTerm
java.io.IOException
public int parseStringIntoBuffer(RubyLexer lexer, org.jruby.util.ByteList buffer, org.jcodings.Encoding[] enc) throws java.io.IOException
java.io.IOException
Copyright © 2001-2018 JRuby. All Rights Reserved.