case class NewBlock(code: String = "", order: Integer = -1, argumentIndex: Integer = -1, typeFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None) extends NewNode with BlockBase with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewBlock
- Serializable
- BlockBase
- HasTypeFullName
- HasArgumentIndex
- ExpressionBase
- CfgNodeBase
- AstNodeBase
- HasColumnNumber
- HasLineNumber
- TrackingPointBase
- WithinMethodBase
- HasOrder
- HasCode
- NewNode
- Node
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NewBlock(code: String = "", order: Integer = -1, argumentIndex: Integer = -1, typeFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accept[T](visitor: NodeVisitor[T]): T
- def allContainedNodes: List[Node]
- Definition Classes
- NewNode
- val argumentIndex: Integer
- Definition Classes
- NewBlock → HasArgumentIndex
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asStored: StoredNode
- Definition Classes
- BlockBase
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val code: String
- val columnNumber: Option[Integer]
- Definition Classes
- NewBlock → HasColumnNumber
- def containedNodesByLocalName: Map[String, List[Node]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: String
- val lineNumber: Option[Integer]
- Definition Classes
- NewBlock → HasLineNumber
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val order: Integer
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val properties: Map[String, Any]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val typeFullName: String
- Definition Classes
- NewBlock → HasTypeFullName
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()