Packages

class NewControlStructure extends NewNode with ControlStructureBase with ExpressionNew

Linear Supertypes
ExpressionNew, CfgNodeNew, AstNodeNew, ControlStructureBase, ExpressionBase, CfgNodeBase, AstNodeBase, NewNode, Product, Equals, DetachedNodeData, Change, AbstractNode, StaticType[AnyRef], NodeOrDetachedNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewControlStructure
  2. ExpressionNew
  3. CfgNodeNew
  4. AstNodeNew
  5. ControlStructureBase
  6. ExpressionBase
  7. CfgNodeBase
  8. AstNodeBase
  9. NewNode
  10. Product
  11. Equals
  12. DetachedNodeData
  13. Change
  14. AbstractNode
  15. StaticType
  16. NodeOrDetachedNode
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewControlStructure()

Type Members

  1. type StoredType = ControlStructure
    Definition Classes
    NewControlStructureNewNode

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

Inherited from ExpressionNew

Inherited from CfgNodeNew

Inherited from AstNodeNew

Inherited from ControlStructureBase

Inherited from ExpressionBase

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