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