EvalTypeAccessors

io.shiftleft.semanticcpg.language.types.propertyaccessors.EvalTypeAccessors
final class EvalTypeAccessors[A <: AstNode](val traversal: Iterator[A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def evalType: Iterator[String]
def evalType(regex: String): Iterator[A]
def evalType(regexes: String*): Iterator[A]
def evalTypeExact(value: String): Iterator[A]
def evalTypeExact(values: String*): Iterator[A]
def evalTypeNot(regex: String): Iterator[A]
def evalTypeNot(regexes: String*): Iterator[A]

Concrete fields

val traversal: Iterator[A]