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(RipperLexer lexer) |
int |
parseString(RipperLexer lexer,
LexerSource src) |
int |
parseStringIntoBuffer(RipperLexer lexer,
LexerSource src,
org.jruby.util.ByteList buffer,
org.jcodings.Encoding[] enc) |
protected org.jruby.util.ByteList createByteList(RipperLexer lexer)
public int parseString(RipperLexer lexer, LexerSource src) throws IOException
parseString
in class StrTerm
IOException
public int parseStringIntoBuffer(RipperLexer lexer, LexerSource src, org.jruby.util.ByteList buffer, org.jcodings.Encoding[] enc) throws IOException
IOException
Copyright © 2001-2015 JRuby. All Rights Reserved.