trait PartialFunction extends Term with Product
- Annotations
- @astClass() @leafClass()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartialFunction
- Term
- Stat
- Tree
- Serializable
- Serializable
- Ast
- Adt
- InternalTree
- Product
- Equals
- AnyRef
- Any
Implicitly
- by XtensionTreesStat
- by XtensionTreesTerm
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
cases: List[scala.meta.Case] @org.scalameta.invariants.nonEmpty
- Annotations
- @astField()
-
abstract
def
children: List[Tree]
- Definition Classes
- Tree
- abstract def copy(cases: List[scala.meta.Case] @org.scalameta.invariants.nonEmpty = this.cases): PartialFunction
-
abstract
def
productArity: Int
- Definition Classes
- Product
-
abstract
def
productElement(n: Int): Any
- Definition Classes
- Product
-
abstract
def
productFields: List[String]
- Definition Classes
- InternalTree
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from PartialFunction to any2stringadd[PartialFunction] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (PartialFunction, B)
- Implicit
- This member is added by an implicit conversion from PartialFunction to ArrowAssoc[PartialFunction] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
canEqual(that: Any): Boolean
- Definition Classes
- Tree → Equals
-
def
checkFields(x: Any): Unit
- Attributes
- protected
- Definition Classes
- InternalTree
-
def
checkParent(x: Any): Unit
- Attributes
- protected
- Definition Classes
- InternalTree
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (PartialFunction) ⇒ Boolean, msg: ⇒ Any): PartialFunction
- Implicit
- This member is added by an implicit conversion from PartialFunction to Ensuring[PartialFunction] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (PartialFunction) ⇒ Boolean): PartialFunction
- Implicit
- This member is added by an implicit conversion from PartialFunction to Ensuring[PartialFunction] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): PartialFunction
- Implicit
- This member is added by an implicit conversion from PartialFunction to Ensuring[PartialFunction] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): PartialFunction
- Implicit
- This member is added by an implicit conversion from PartialFunction to Ensuring[PartialFunction] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
equals(that: Any): Boolean
- Definition Classes
- Tree → Equals → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from PartialFunction to StringFormat[PartialFunction] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
hashCode(): Int
- Definition Classes
- Tree → AnyRef → Any
-
def
isBlockStat: Boolean
- Implicit
- This member is added by an implicit conversion from PartialFunction to XtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
- Definition Classes
- XtensionTreesStat
-
def
isEarlyStat: Boolean
- Implicit
- This member is added by an implicit conversion from PartialFunction to XtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
- Definition Classes
- XtensionTreesStat
-
def
isExistentialStat: Boolean
- Implicit
- This member is added by an implicit conversion from PartialFunction to XtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
- Definition Classes
- XtensionTreesStat
-
def
isExtractor: Boolean
- Implicit
- This member is added by an implicit conversion from PartialFunction to XtensionTreesTerm performed by method XtensionTreesTerm in scala.meta.internal.trees.
- Definition Classes
- XtensionTreesTerm
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isRefineStat: Boolean
- Implicit
- This member is added by an implicit conversion from PartialFunction to XtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
- Definition Classes
- XtensionTreesStat
-
def
isTemplateStat: Boolean
- Implicit
- This member is added by an implicit conversion from PartialFunction to XtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
- Definition Classes
- XtensionTreesStat
-
def
isTopLevelStat: Boolean
- Implicit
- This member is added by an implicit conversion from PartialFunction to XtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
- Definition Classes
- XtensionTreesStat
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
parent: Option[Tree]
- Definition Classes
- InternalTree
-
def
pos: inputs.Position
- Definition Classes
- InternalTree
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toString(): String
- Definition Classes
- Tree → AnyRef → Any
-
def
tokens(implicit dialect: Dialect): Tokens
- Definition Classes
- InternalTree
-
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( ... )
-
def
→[B](y: B): (PartialFunction, B)
- Implicit
- This member is added by an implicit conversion from PartialFunction to ArrowAssoc[PartialFunction] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc