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 StrTermIOExceptionpublic int parseStringIntoBuffer(RubyYaccLexer lexer, LexerSource src, org.jruby.util.ByteList buffer) throws IOException
IOExceptionCopyright © 2001-2013 JRuby. All Rights Reserved.