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