Packages

class NewUnknown extends NewNode with UnknownBase with ExpressionNew

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewUnknown
  2. ExpressionNew
  3. CfgNodeNew
  4. AstNodeNew
  5. UnknownBase
  6. HasTypeFullName
  7. HasParserTypeName
  8. HasDynamicTypeHintFullName
  9. HasContainedRef
  10. ExpressionBase
  11. CfgNodeBase
  12. AstNodeBase
  13. HasOrder
  14. HasLineNumber
  15. HasColumnNumber
  16. HasCode
  17. HasArgumentName
  18. HasArgumentIndex
  19. NewNode
  20. Product
  21. Equals
  22. DetachedNodeData
  23. Change
  24. AbstractNode
  25. NodeOrDetachedNode
  26. AnyRef
  27. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewUnknown(typeFullName: String = "<empty>", parserTypeName: String = "<empty>", order: Int = -1: Int, lineNumber: Option[Integer] = None, dynamicTypeHintFullName: IndexedSeq[String] = collection.immutable.ArraySeq.empty, containedRef: String = "<empty>", columnNumber: Option[Integer] = None, code: String = "<empty>", argumentName: Option[String] = None, argumentIndex: Int = -1: Int)

Type Members

  1. type StoredType = Unknown
    Definition Classes
    NewUnknownNewNode

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 argumentIndex(value: Int): NewUnknown.this.type
  5. var argumentIndex: Int
    Definition Classes
    NewUnknownHasArgumentIndex
  6. def argumentName(value: Option[String]): NewUnknown.this.type
  7. def argumentName(value: String): NewUnknown.this.type
  8. var argumentName: Option[String]
    Definition Classes
    NewUnknownHasArgumentName
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asStored: StoredNode
    Definition Classes
    UnknownBase
  11. def canEqual(that: Any): Boolean
    Definition Classes
    NewUnknown → Equals
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def code(value: String): NewUnknown.this.type
  14. var code: String
    Definition Classes
    NewUnknownHasCode
  15. def columnNumber(value: Option[Integer]): NewUnknown.this.type
  16. def columnNumber(value: Integer): NewUnknown.this.type
  17. var columnNumber: Option[Integer]
    Definition Classes
    NewUnknownHasColumnNumber
  18. def containedRef(value: String): NewUnknown.this.type
  19. var containedRef: String
    Definition Classes
    NewUnknownHasContainedRef
  20. def copy: NewUnknown.this.type
    Definition Classes
    NewUnknownNewNode
  21. def dynamicTypeHintFullName(value: IterableOnce[String]): NewUnknown.this.type
  22. var dynamicTypeHintFullName: IndexedSeq[String]
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def getRefOrId(): AnyRef
    Definition Classes
    NewNode → DetachedNodeData
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def label(): String
    Definition Classes
    NewUnknown → DetachedNodeData → AbstractNode
  30. def lineNumber(value: Option[Integer]): NewUnknown.this.type
  31. def lineNumber(value: Integer): NewUnknown.this.type
  32. var lineNumber: Option[Integer]
    Definition Classes
    NewUnknownHasLineNumber
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def order(value: Int): NewUnknown.this.type
  37. var order: Int
    Definition Classes
    NewUnknownHasOrder
  38. def parserTypeName(value: String): NewUnknown.this.type
  39. var parserTypeName: String
    Definition Classes
    NewUnknownHasParserTypeName
  40. def productArity: Int
    Definition Classes
    NewUnknown → Product
  41. def productElement(n: Int): Any
    Definition Classes
    NewUnknown → Product
  42. def productElementName(n: Int): String
    Definition Classes
    NewUnknown → Product
  43. def productElementNames: Iterator[String]
    Definition Classes
    Product
  44. def productIterator: Iterator[Any]
    Definition Classes
    Product
  45. def productPrefix: String
    Definition Classes
    NewUnknown → Product
  46. def properties: Map[String, Any]
    Definition Classes
    NewUnknownNewNode
  47. def setRefOrId(r: AnyRef): Unit
    Definition Classes
    NewNode → DetachedNodeData
  48. def stored: Option[StoredType]
    Definition Classes
    NewNode
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def typeFullName(value: String): NewUnknown.this.type
  52. var typeFullName: String
    Definition Classes
    NewUnknownHasTypeFullName
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ExpressionNew

Inherited from CfgNodeNew

Inherited from AstNodeNew

Inherited from UnknownBase

Inherited from HasTypeFullName

Inherited from HasParserTypeName

Inherited from HasContainedRef

Inherited from ExpressionBase

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasOrder

Inherited from HasLineNumber

Inherited from HasColumnNumber

Inherited from HasCode

Inherited from HasArgumentName

Inherited from HasArgumentIndex

Inherited from NewNode

Inherited from Product

Inherited from Equals

Inherited from DetachedNodeData

Inherited from Change

Inherited from AbstractNode

Inherited from NodeOrDetachedNode

Inherited from AnyRef

Inherited from Any

Ungrouped