class NewLocation extends NewNode with LocationBase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewLocation
- LocationBase
- HasSymbol
- HasPackageName
- HasNodeLabel
- HasMethodShortName
- HasMethodFullName
- HasLineNumber
- HasFilename
- HasClassShortName
- HasClassName
- NewNode
- Product
- Equals
- AbstractNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NewLocation(node: Option[AbstractNode] = None, symbol: String = "<empty>", packageName: String = "<empty>", nodeLabel: String = "<empty>", methodShortName: String = "<empty>", methodFullName: String = "<empty>", lineNumber: Option[Integer] = None, filename: String = "<empty>", classShortName: String = "<empty>", className: String = "<empty>")
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asStored: StoredNode
- Definition Classes
- LocationBase
- def canEqual(that: Any): Boolean
- Definition Classes
- NewLocation → Equals
- def className(value: String): NewLocation.this.type
- var className: String
- Definition Classes
- NewLocation → HasClassName
- def classShortName(value: String): NewLocation.this.type
- var classShortName: String
- Definition Classes
- NewLocation → HasClassShortName
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def copy: NewLocation.this.type
- Definition Classes
- NewLocation → NewNode
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filename(value: String): NewLocation.this.type
- var filename: String
- Definition Classes
- NewLocation → HasFilename
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def label: String
- Definition Classes
- NewLocation → AbstractNode
- def lineNumber(value: Option[Integer]): NewLocation.this.type
- def lineNumber(value: Integer): NewLocation.this.type
- var lineNumber: Option[Integer]
- Definition Classes
- NewLocation → HasLineNumber
- def methodFullName(value: String): NewLocation.this.type
- var methodFullName: String
- Definition Classes
- NewLocation → HasMethodFullName
- def methodShortName(value: String): NewLocation.this.type
- var methodShortName: String
- Definition Classes
- NewLocation → HasMethodShortName
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def node(value: Option[AbstractNode]): NewLocation.this.type
- def node(value: AbstractNode): NewLocation.this.type
- var node: Option[AbstractNode]
- Definition Classes
- NewLocation → LocationBase
- def nodeLabel(value: String): NewLocation.this.type
- var nodeLabel: String
- Definition Classes
- NewLocation → HasNodeLabel
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def packageName(value: String): NewLocation.this.type
- var packageName: String
- Definition Classes
- NewLocation → HasPackageName
- def productArity: Int
- Definition Classes
- NewLocation → Product
- def productElement(n: Int): Any
- Definition Classes
- NewLocation → Product
- def productElementName(n: Int): String
- Definition Classes
- NewLocation → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- NewLocation → Product
- def properties: Map[String, Any]
- Definition Classes
- NewLocation → NewNode
- def symbol(value: String): NewLocation.this.type
- var symbol: String
- Definition Classes
- NewLocation → HasSymbol
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated