case class NewLocation(symbol: String = "", methodFullName: String = "", methodShortName: String = "", packageName: String = "", lineNumber: Option[Integer] = None, className: String = "", nodeLabel: String = "", filename: String = "", node: Option[Node] = None) extends NewNode with LocationBase with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewLocation
- Serializable
- Serializable
- LocationBase
- HasFilename
- HasNodeLabel
- HasClassName
- HasLineNumber
- HasPackageName
- HasMethodShortName
- HasMethodFullName
- HasSymbol
- NewNode
- Node
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
- Definition Classes
- NewLocation → Node
-
def
allContainedNodes: List[Node]
- Definition Classes
- NewNode
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asStored: StoredNode
- Definition Classes
- LocationBase
-
val
className: String
- Definition Classes
- NewLocation → HasClassName
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
containedNodesByLocalName: Map[String, List[Node]]
- Definition Classes
- NewLocation → NewNode
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
filename: String
- Definition Classes
- NewLocation → HasFilename
-
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
- Definition Classes
- LocationBase → Node
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
label: String
- Definition Classes
- NewLocation → NewNode → Node
-
val
lineNumber: Option[Integer]
- Definition Classes
- NewLocation → HasLineNumber
-
val
methodFullName: String
- Definition Classes
- NewLocation → HasMethodFullName
-
val
methodShortName: String
- Definition Classes
- NewLocation → HasMethodShortName
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
node: Option[Node]
- Definition Classes
- NewLocation → LocationBase
-
val
nodeLabel: String
- Definition Classes
- NewLocation → HasNodeLabel
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
packageName: String
- Definition Classes
- NewLocation → HasPackageName
-
def
productArity: Int
- Definition Classes
- LocationBase → Product
-
def
productElement(n: Int): Any
- Definition Classes
- LocationBase → Product
-
def
productElementLabel(n: Int): String
labels of product elements, used e.g.
labels of product elements, used e.g. for pretty-printing
- Definition Classes
- LocationBase → Node
-
def
productPrefix: String
- Definition Classes
- LocationBase → Product
-
val
properties: Map[String, Any]
- Definition Classes
- NewLocation → NewNode
-
val
symbol: String
- Definition Classes
- NewLocation → HasSymbol
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )