MemberAccess

io.shiftleft.semanticcpg.utils.MemberAccess
object MemberAccess

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def isFieldAccess(name: String): Boolean
def isGenericMemberAccessName(name: String): Boolean

For a given name, determine whether it is the name of a "member access" operation, e.g., " .memberAccess".

For a given name, determine whether it is the name of a "member access" operation, e.g., " .memberAccess".

Attributes