case class NewLocal(code: String = "", name: String = "", closureBindingId: Option[String] = None, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, order: Integer = -1) extends NewNode with LocalBase with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewLocal
- Serializable
- Serializable
- LocalBase
- HasColumnNumber
- HasLineNumber
- HasDynamicTypeHintFullName
- HasTypeFullName
- HasClosureBindingId
- HasCode
- AstNodeBase
- HasOrder
- LocalLikeBase
- DeclarationBase
- HasName
- NewNode
- Node
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NewLocal(code: String = "", name: String = "", closureBindingId: Option[String] = None, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, order: Integer = -1)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asStored: StoredNode
- Definition Classes
- LocalBase
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
closureBindingId: Option[String]
- Definition Classes
- NewLocal → HasClosureBindingId
- val code: String
-
val
columnNumber: Option[Integer]
- Definition Classes
- NewLocal → HasColumnNumber
- def containedNodesByLocalName: Map[String, List[Node]]
-
val
dynamicTypeHintFullName: List[String]
- Definition Classes
- NewLocal → HasDynamicTypeHintFullName
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getId: Long
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: String
-
val
lineNumber: Option[Integer]
- Definition Classes
- NewLocal → HasLineNumber
- val name: String
-
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
productArity: Int
- Definition Classes
- LocalBase → Product
-
def
productElement(n: Int): Any
- Definition Classes
- LocalBase → Product
-
def
productElementLabel(n: Int): String
labels of product elements, used e.g.
-
def
productPrefix: String
- Definition Classes
- LocalBase → Product
- val properties: Map[String, Any]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
typeFullName: String
- Definition Classes
- NewLocal → HasTypeFullName
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )