Packages

class NewJumpLabel extends NewNode with JumpLabelBase with AstNodeNew

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

Instance Constructors

  1. new NewJumpLabel()

Type Members

  1. type StoredType = JumpLabel
    Definition Classes
    NewJumpLabelNewNode

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

Inherited from AstNodeNew

Inherited from JumpLabelBase

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