public class PreprocessorReaderImpl extends ReaderImpl implements PreprocessorReader
rubyNode, runtime| Constructor and Description |
|---|
PreprocessorReaderImpl(org.jruby.runtime.builtin.IRubyObject rubyNode) |
| Modifier and Type | Method and Description |
|---|---|
Document |
document() |
Document |
getDocument() |
void |
push_include(java.lang.String data,
java.lang.String file,
java.lang.String path,
int lineNumber,
java.util.Map<java.lang.String,java.lang.Object> attributes) |
advance, getDir, getFile, getLineno, getLineNumber, hasMoreLines, isNextLineEmpty, lines, peekLine, peekLines, read, readLine, readLines, restoreLine, restoreLines, terminategetBoolean, getInt, getList, getProperty, getRubyObject, getRubyProperty, getRuntime, getString, getSymbol, setRubyProperty, setString, setSymbol, toJava, toJavaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadvance, getDir, getFile, getLineno, getLineNumber, hasMoreLines, isNextLineEmpty, lines, peekLine, peekLines, read, readLine, readLines, restoreLine, restoreLines, terminatepublic PreprocessorReaderImpl(org.jruby.runtime.builtin.IRubyObject rubyNode)
public void push_include(java.lang.String data,
java.lang.String file,
java.lang.String path,
int lineNumber,
java.util.Map<java.lang.String,java.lang.Object> attributes)
push_include in interface PreprocessorReaderpublic Document document()
document in interface PreprocessorReaderpublic Document getDocument()
getDocument in interface PreprocessorReader