trait NodeTypeStarters extends AnyRef
- Alphabetic
- By Inheritance
- NodeTypeStarters
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
scalaGraph: ScalaGraph
The underlying graph
Concrete 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
all: CpgSteps[StoredNode, HNil]
Traverse to all nodes.
-
def
argument: Expression[HNil]
Traverse to all arguments passed to methods
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
call: Call[HNil]
Traverse to all call sites
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
file: File[HNil]
Traverse to all source files
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
identifier: Identifier[HNil]
Traverse to all identifiers, e.g., occurrences of local variables or class members in method bodies.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
literal: Literal[HNil]
Traverse to all literals (constant strings and numbers provided directly in the code).
-
def
local: Local[HNil]
Traverse to all local variable declarations
-
def
member: Member[HNil]
Traverse to all class members
-
def
method: Method[HNil]
Traverse to all methods
-
def
methodInst: MethodInst[HNil]
Traverse to all method instances
-
def
methodReturn: MethodReturn[HNil]
Traverse to all formal return parameters
-
def
namespace: Namespace[HNil]
Traverse to all namespaces, e.g., packages in Java.
-
def
namespaceBlock: NamespaceBlock[HNil]
Traverse to all namespace blocks, e.g., packages in Java.
-
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()
-
def
param: MethodParameter[HNil]
Traverse to all input parameters
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
typeDecl: TypeDecl[HNil]
Traverse to all declarations, e.g., Set<T>
-
def
types: Type[HNil]
Traverse to all types, e.g., Set<String>
-
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( ... )