public class HeredocTerm extends StrTerm
foo(<
| Modifier and Type | Field and Description |
|---|---|
protected ByteList |
lastLine |
protected int |
line |
protected int |
nth |
| Constructor and Description |
|---|
HeredocTerm(ByteList marker,
int func,
int nth,
int line,
ByteList lastLine) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
error(RubyLexer lexer,
int len,
ByteList str,
ByteList eos) |
int |
getFlags() |
int |
parseString(RubyLexer lexer) |
protected int |
restore(RubyLexer lexer) |
protected final int nth
protected final int line
protected final ByteList lastLine
protected int restore(RubyLexer lexer)
public int parseString(RubyLexer lexer) throws java.io.IOException
parseString in class StrTermjava.io.IOExceptionCopyright © 2001-2020 JRuby. All Rights Reserved.