AccessPath

case
class AccessPath(elements: Elements, exclusions: Seq[Elements])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def ++(other: Elements): Option[AccessPath]
def ++(other: AccessPath): Option[AccessPath]
override
def hashCode(): Int
Definition Classes
Any
def isEmpty: Boolean
def isExtensionExcluded(extension: Elements): Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product