Packages

class NewJumpTarget extends NewNode with JumpTargetBase with AstNodeNew with CfgNodeNew

Linear Supertypes
CfgNodeNew, AstNodeNew, JumpTargetBase, CfgNodeBase, AstNodeBase, NewNode, Product, Equals, DetachedNodeData, Change, AbstractNode, NodeOrDetachedNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewJumpTarget
  2. CfgNodeNew
  3. AstNodeNew
  4. JumpTargetBase
  5. CfgNodeBase
  6. AstNodeBase
  7. NewNode
  8. Product
  9. Equals
  10. DetachedNodeData
  11. Change
  12. AbstractNode
  13. NodeOrDetachedNode
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewJumpTarget(parserTypeName: String = "<empty>", order: Int = -1: Int, name: String = "<empty>", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, code: String = "<empty>", argumentIndex: Int = -1: Int)

Type Members

  1. type StoredType = JumpTarget
    Definition Classes
    NewJumpTargetNewNode

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

Inherited from AstNodeNew

Inherited from JumpTargetBase

Inherited from CfgNodeBase

Inherited from AstNodeBase

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