Package org.asciidoctor.jruby.ast.impl
Class PhraseNodeImpl
- java.lang.Object
-
- org.asciidoctor.jruby.internal.RubyObjectWrapper
-
- org.asciidoctor.jruby.ast.impl.ContentNodeImpl
-
- org.asciidoctor.jruby.ast.impl.PhraseNodeImpl
-
- All Implemented Interfaces:
ContentNode,PhraseNode
public class PhraseNodeImpl extends ContentNodeImpl implements PhraseNode
-
-
Field Summary
-
Fields inherited from class org.asciidoctor.jruby.internal.RubyObjectWrapper
rubyNode, runtime
-
-
Constructor Summary
Constructors Constructor Description PhraseNodeImpl(org.jruby.runtime.builtin.IRubyObject delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Stringconvert()java.lang.StringgetTarget()java.lang.StringgetText()java.lang.StringgetType()java.lang.Stringrender()Deprecated.-
Methods inherited from class org.asciidoctor.jruby.ast.impl.ContentNodeImpl
addRole, context, document, getAttr, getAttr, getAttr, getAttribute, getAttribute, getAttribute, getAttributes, getContext, getDocument, getId, getNodeName, getParent, getReftext, getRole, getRoles, hasAttr, hasAttr, hasAttribute, hasAttribute, hasRole, iconUri, id, imageUri, imageUri, isAttr, isAttr, isAttribute, isAttribute, isBlock, isInline, isOption, isReftext, isRole, mediaUri, normalizeWebPath, parent, readAsset, removeRole, role, setAttr, setAttribute, setContext, setId
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.asciidoctor.ast.ContentNode
addRole, context, document, getAttr, getAttr, getAttr, getAttribute, getAttribute, getAttribute, getAttributes, getContext, getDocument, getId, getNodeName, getParent, getReftext, getRole, getRoles, hasAttr, hasAttr, hasAttribute, hasAttribute, hasRole, iconUri, id, imageUri, imageUri, isAttr, isAttr, isAttribute, isAttribute, isBlock, isInline, isOption, isReftext, isRole, mediaUri, normalizeWebPath, parent, readAsset, removeRole, role, setAttr, setAttribute, setContext, setId
-
-
-
-
Method Detail
-
render
@Deprecated public java.lang.String render()
Deprecated.- Specified by:
renderin interfacePhraseNode
-
convert
public java.lang.String convert()
- Specified by:
convertin interfacePhraseNode
-
getType
public java.lang.String getType()
- Specified by:
getTypein interfacePhraseNode
-
getText
public java.lang.String getText()
- Specified by:
getTextin interfacePhraseNode
-
getTarget
public java.lang.String getTarget()
- Specified by:
getTargetin interfacePhraseNode
-
-