case class NewProgramPoint(elem: TrackingPointBase, method: Option[MethodBase] = None, methodTags: List[TagBase] = List(), paramTags: List[TagBase] = List()) extends NewNode with ProgramPointBase with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewProgramPoint
- Serializable
- Serializable
- ProgramPointBase
- NewNode
- Node
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NewProgramPoint(elem: TrackingPointBase, method: Option[MethodBase] = None, methodTags: List[TagBase] = List(), paramTags: List[TagBase] = List())
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
- NewProgramPoint → Node
-
def
allContainedNodes: List[Node]
- Definition Classes
- NewNode
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asStored: StoredNode
- Definition Classes
- ProgramPointBase
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
containedNodesByLocalName: Map[String, List[Node]]
- Definition Classes
- NewProgramPoint → NewNode
-
val
elem: TrackingPointBase
- Definition Classes
- NewProgramPoint → ProgramPointBase
-
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
- Definition Classes
- ProgramPointBase → Node
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
label: String
- Definition Classes
- NewProgramPoint → NewNode → Node
-
val
method: Option[MethodBase]
- Definition Classes
- NewProgramPoint → ProgramPointBase
-
val
methodTags: List[TagBase]
- Definition Classes
- NewProgramPoint → ProgramPointBase
-
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
paramTags: List[TagBase]
- Definition Classes
- NewProgramPoint → ProgramPointBase
-
def
productArity: Int
- Definition Classes
- ProgramPointBase → Product
-
def
productElement(n: Int): Any
- Definition Classes
- ProgramPointBase → 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
- ProgramPointBase → Node
-
def
productPrefix: String
- Definition Classes
- ProgramPointBase → Product
-
val
properties: Map[String, Any]
- Definition Classes
- NewProgramPoint → NewNode
-
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( ... )