Package org.asciidoctor.jruby.ast.impl
Class CursorImpl
java.lang.Object
org.asciidoctor.jruby.internal.RubyObjectWrapper
org.asciidoctor.jruby.ast.impl.CursorImpl
- All Implemented Interfaces:
Cursor
-
Field Summary
Fields inherited from class org.asciidoctor.jruby.internal.RubyObjectWrapper
rubyNode, runtime -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.asciidoctor.jruby.internal.RubyObjectWrapper
getBoolean, getInt, getList, getProperty, getRubyObject, getRubyProperty, getRuntime, getString, getSymbol, setBoolean, setInt, setRubyProperty, setString, setSymbol, toJava, toJava
-
Constructor Details
-
CursorImpl
public CursorImpl(org.jruby.runtime.builtin.IRubyObject rubyNode)
-
-
Method Details
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumberin interfaceCursor- Returns:
- The line number where the owning block begins.
-
getPath
-
getDir
-
getFile
-
toString
-