public class StringTerm extends StrTerm
Constructor and Description |
---|
StringTerm(int flags,
int begin,
int end) |
Modifier and Type | Method and Description |
---|---|
protected org.jruby.util.ByteList |
createByteList(RubyLexer lexer) |
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 IOException
parseString
in class StrTerm
IOException
public int parseStringIntoBuffer(RubyLexer lexer, org.jruby.util.ByteList buffer, org.jcodings.Encoding[] enc) throws IOException
IOException
Copyright © 2001-2015 JRuby. All Rights Reserved.