AccessNeighborsForTypeArgument

io.shiftleft.codepropertygraph.generated.neighboraccessors.AccessNeighborsForTypeArgument
final class AccessNeighborsForTypeArgument(val node: TypeArgument) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

Traverse to TYPE_PARAMETER via BINDS_TO OUT edge.

Traverse to TYPE_PARAMETER via BINDS_TO OUT edge.

Attributes

def _typeViaAstIn: Iterator[Type]

Traverse to TYPE via AST IN edge.

Traverse to TYPE via AST IN edge.

Attributes

def _typeViaRefOut: Iterator[Type]

Traverse to TYPE via REF OUT edge.

Traverse to TYPE via REF OUT edge.

Attributes

def astIn: Iterator[Type]
def bindsToOut: Iterator[TypeParameter]
def refOut: Iterator[Type]

Concrete fields