Packages

case class NewUnknown(code: String = "", parserTypeName: String = "", order: Integer = -1, argumentIndex: Integer = -1, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, depthFirstOrder: Option[Integer] = None) extends NewNode with UnknownBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewUnknown
  2. Serializable
  3. Serializable
  4. UnknownBase
  5. HasDepthFirstOrder
  6. HasDynamicTypeHintFullName
  7. HasTypeFullName
  8. HasArgumentIndex
  9. HasParserTypeName
  10. ExpressionBase
  11. CfgNodeBase
  12. AstNodeBase
  13. HasColumnNumber
  14. HasLineNumber
  15. TrackingPointBase
  16. WithinMethodBase
  17. HasOrder
  18. HasCode
  19. NewNode
  20. Node
  21. Product
  22. Equals
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NewUnknown(code: String = "", parserTypeName: String = "", order: Integer = -1, argumentIndex: Integer = -1, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, depthFirstOrder: Option[Integer] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accept[T](visitor: NodeVisitor[T]): T
    Definition Classes
    NewUnknownNode
  5. def allContainedNodes: List[Node]
    Definition Classes
    NewNode
  6. val argumentIndex: Integer
    Definition Classes
    NewUnknownHasArgumentIndex
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asStored: StoredNode
    Definition Classes
    UnknownBase
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. val code: String
    Definition Classes
    NewUnknownHasCode
  11. val columnNumber: Option[Integer]
    Definition Classes
    NewUnknownHasColumnNumber
  12. def containedNodesByLocalName: Map[String, List[Node]]
    Definition Classes
    NewUnknownNewNode
  13. val depthFirstOrder: Option[Integer]
    Definition Classes
    NewUnknownHasDepthFirstOrder
  14. val dynamicTypeHintFullName: List[String]
    Definition Classes
    NewUnknownHasDynamicTypeHintFullName
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getId: Long
    Definition Classes
    UnknownBaseNode
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val label: String
    Definition Classes
    NewUnknownNewNodeNode
  21. val lineNumber: Option[Integer]
    Definition Classes
    NewUnknownHasLineNumber
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val order: Integer
    Definition Classes
    NewUnknownHasOrder
  26. val parserTypeName: String
    Definition Classes
    NewUnknownHasParserTypeName
  27. def productArity: Int
    Definition Classes
    UnknownBase → Product
  28. def productElement(n: Int): Any
    Definition Classes
    UnknownBase → Product
  29. def productElementLabel(n: Int): String

    labels of product elements, used e.g.

    labels of product elements, used e.g. for pretty-printing

    Definition Classes
    UnknownBaseNode
  30. def productPrefix: String
    Definition Classes
    UnknownBase → Product
  31. val properties: Map[String, Any]
    Definition Classes
    NewUnknownNewNode
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. val typeFullName: String
    Definition Classes
    NewUnknownHasTypeFullName
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from UnknownBase

Inherited from HasDepthFirstOrder

Inherited from HasTypeFullName

Inherited from HasArgumentIndex

Inherited from HasParserTypeName

Inherited from ExpressionBase

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasColumnNumber

Inherited from HasLineNumber

Inherited from TrackingPointBase

Inherited from WithinMethodBase

Inherited from HasOrder

Inherited from HasCode

Inherited from NewNode

Inherited from Node

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped