edu
.
knowitall
.
collection
.
immutable
.
graph
.
pattern
ConjunctiveNodeMatcher
class
ConjunctiveNodeMatcher
[
T
]
extends
NodeMatcher
[T]
Linear Supertypes
NodeMatcher
[T],
Matcher
[T], AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
ConjunctiveNodeMatcher
NodeMatcher
Matcher
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
ConjunctiveNodeMatcher
(
m:
NodeMatcher
[T]*
)
new
ConjunctiveNodeMatcher
(
m:
NodeMatcher
[T]
)
new
ConjunctiveNodeMatcher
(
matchers: Set[
NodeMatcher
[T]]
)
Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
apply
(
node: T
)
:
Option
[String]
Definition Classes
NodeMatcher
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
baseNodeMatchers
: Seq[
BaseNodeMatcher
[T]]
Definition Classes
ConjunctiveNodeMatcher
→
NodeMatcher
def
canEqual
(
that:
Any
)
:
Boolean
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
that:
Any
)
:
Boolean
Definition Classes
ConjunctiveNodeMatcher
→ AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
matchText
(
node: T
)
:
Option
[String]
Definition Classes
ConjunctiveNodeMatcher
→
NodeMatcher
val
matchers
: Set[
NodeMatcher
[T]]
def
matches
(
node: T
)
:
Boolean
Definition Classes
ConjunctiveNodeMatcher
→
NodeMatcher
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
: String
Definition Classes
Matcher
→ AnyRef → Any
def
toStringF
(
f: (String) ⇒ String
)
: String
Definition Classes
ConjunctiveNodeMatcher
→
Matcher
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
@throws
()
Inherited from
NodeMatcher
[T]
Inherited from
Matcher
[T]
Inherited from AnyRef
Inherited from
Any