Packages

class NewJumpTarget extends NewNode with JumpTargetBase with AstNodeNew with CfgNodeNew

Linear Supertypes
CfgNodeNew, AstNodeNew, JumpTargetBase, CfgNodeBase, AstNodeBase, NewNode, Product, Equals, DetachedNodeData, Change, AbstractNode, StaticType[AnyRef], 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. StaticType
  14. NodeOrDetachedNode
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewJumpTarget()

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()
  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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getRefOrId(): AnyRef
    Definition Classes
    NewNode → DetachedNodeData
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def label(): String
    Definition Classes
    NewJumpTarget → DetachedNodeData → AbstractNode
  24. def lineNumber(value: Option[Integer]): NewJumpTarget.this.type
  25. def lineNumber(value: Integer): NewJumpTarget.this.type
  26. var lineNumber: Option[Integer]
  27. def name(value: String): NewJumpTarget.this.type
  28. var name: String
    Definition Classes
    NewJumpTargetJumpTargetBase
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def order(value: Int): NewJumpTarget.this.type
  33. var order: Int
  34. def parserTypeName(value: String): NewJumpTarget.this.type
  35. var parserTypeName: String
    Definition Classes
    NewJumpTargetJumpTargetBase
  36. def productArity: Int
    Definition Classes
    NewJumpTarget → Product
  37. def productElement(n: Int): Any
    Definition Classes
    NewJumpTarget → Product
  38. def productElementName(n: Int): String
    Definition Classes
    NewJumpTarget → Product
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. def productIterator: Iterator[Any]
    Definition Classes
    Product
  41. def productPrefix: String
    Definition Classes
    NewJumpTarget → Product
  42. def properties: Map[String, Any]
    Definition Classes
    NewJumpTargetNewNode
  43. def setRefOrId(r: AnyRef): Unit
    Definition Classes
    NewNode → DetachedNodeData
  44. def stored: Option[StoredType]
    Definition Classes
    NewNode
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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 StaticType[AnyRef]

Inherited from NodeOrDetachedNode

Inherited from AnyRef

Inherited from Any

Ungrouped