class ObjectParser extends RdfParserCommon
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObjectParser
- RdfParserCommon
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ObjectParser(rootId: String, recursionControl: RecursionControl, plugins: EntitiesFacade, nodeFinder: NodeFinder, sourcesRetriever: SourcesRetriever)(implicit ctx: RdfParserContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ObjectParser to any2stringadd[ObjectParser] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ObjectParser, B)
- Implicit
- This member is added by an implicit conversion from ObjectParser to ArrowAssoc[ObjectParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
annots(sources: SourceMap, key: String): Annotations
- Definition Classes
- RdfParserCommon
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
implicit
val
ctx: RdfParserContext
- Definition Classes
- ObjectParser → RdfParserCommon
-
def
ensuring(cond: (ObjectParser) ⇒ Boolean, msg: ⇒ Any): ObjectParser
- Implicit
- This member is added by an implicit conversion from ObjectParser to Ensuring[ObjectParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ObjectParser) ⇒ Boolean): ObjectParser
- Implicit
- This member is added by an implicit conversion from ObjectParser to Ensuring[ObjectParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ObjectParser
- Implicit
- This member is added by an implicit conversion from ObjectParser to Ensuring[ObjectParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ObjectParser
- Implicit
- This member is added by an implicit conversion from ObjectParser to Ensuring[ObjectParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ObjectParser to StringFormat[ObjectParser] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
key(node: Node, property: String): Seq[PropertyObject]
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeFinder: NodeFinder
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(node: Node, findBaseUnit: Boolean = false, visitedSelfEncoded: Boolean = false): Option[AmfElement]
- def parseDynamicType(id: PropertyObject): Option[DataNode]
- val plugins: EntitiesFacade
- val recursionControl: RecursionControl
-
def
retrieveSources(node: Node): SourceMap
- Attributes
- protected
- val rootId: String
- val sourcesRetriever: SourcesRetriever
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
value(t: Type, node: YNode): YNode
- Definition Classes
- RdfParserCommon
- Annotations
- @tailrec()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
→[B](y: B): (ObjectParser, B)
- Implicit
- This member is added by an implicit conversion from ObjectParser to ArrowAssoc[ObjectParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc