Packages

class NewJumpTarget extends NewNode with JumpTargetBase with AstNodeNew with CfgNodeNew

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewJumpTarget
  2. CfgNodeNew
  3. AstNodeNew
  4. HasOrderMutable
  5. HasLineNumberMutable
  6. HasColumnNumberMutable
  7. HasCodeMutable
  8. JumpTargetBase
  9. HasParserTypeName
  10. HasName
  11. HasArgumentIndex
  12. CfgNodeBase
  13. AstNodeBase
  14. HasOrder
  15. HasLineNumber
  16. HasColumnNumber
  17. HasCode
  18. NewNode
  19. Product
  20. Equals
  21. AbstractNode
  22. AnyRef
  23. 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)

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
    NewJumpTargetHasArgumentIndex
  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
    Definition Classes
    NewJumpTargetHasCode
  12. def columnNumber(value: Option[Integer]): NewJumpTarget.this.type
  13. def columnNumber(value: Integer): NewJumpTarget.this.type
  14. var columnNumber: Option[Integer]
    Definition Classes
    NewJumpTargetHasColumnNumber
  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 hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def label: String
    Definition Classes
    NewJumpTargetAbstractNode
  22. def lineNumber(value: Option[Integer]): NewJumpTarget.this.type
  23. def lineNumber(value: Integer): NewJumpTarget.this.type
  24. var lineNumber: Option[Integer]
    Definition Classes
    NewJumpTargetHasLineNumber
  25. def name(value: String): NewJumpTarget.this.type
  26. var name: String
    Definition Classes
    NewJumpTargetHasName
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def order(value: Int): NewJumpTarget.this.type
  31. var order: Int
    Definition Classes
    NewJumpTargetHasOrder
  32. def parserTypeName(value: String): NewJumpTarget.this.type
  33. var parserTypeName: String
    Definition Classes
    NewJumpTargetHasParserTypeName
  34. def productArity: Int
    Definition Classes
    NewJumpTarget → Product
  35. def productElement(n: Int): Any
    Definition Classes
    NewJumpTarget → Product
  36. def productElementName(n: Int): String
    Definition Classes
    Product
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def productIterator: Iterator[Any]
    Definition Classes
    Product
  39. def productPrefix: String
    Definition Classes
    NewJumpTarget → Product
  40. def properties: Map[String, Any]
    Definition Classes
    NewJumpTargetNewNode
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. 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 HasOrderMutable

Inherited from HasLineNumberMutable

Inherited from HasColumnNumberMutable

Inherited from HasCodeMutable

Inherited from JumpTargetBase

Inherited from HasParserTypeName

Inherited from HasName

Inherited from HasArgumentIndex

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasOrder

Inherited from HasLineNumber

Inherited from HasColumnNumber

Inherited from HasCode

Inherited from NewNode

Inherited from Product

Inherited from Equals

Inherited from AbstractNode

Inherited from AnyRef

Inherited from Any

Ungrouped