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[] enc) |
public int parseString(RubyLexer lexer) throws java.io.IOException
parseString
in class StrTerm
java.io.IOException
Copyright © 2001-2019 JRuby. All Rights Reserved.