Packages

object BabelAst

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BabelAst
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait BabelNode extends AnyRef
  2. sealed trait Binary extends BabelNode
  3. sealed trait Block extends BabelNode
  4. sealed trait BlockParent extends BabelNode
  5. sealed trait Class extends BabelNode
  6. sealed trait Conditional extends BabelNode
  7. sealed trait Declaration extends BabelNode
  8. sealed trait ExportDeclaration extends BabelNode
  9. sealed trait Expression extends BabelNode
  10. sealed trait Flow extends BabelNode
  11. sealed trait FlowType extends BabelNode
  12. sealed trait For extends BabelNode
  13. sealed trait Function extends BabelNode
  14. sealed trait LVal extends BabelNode
  15. sealed trait Loop extends BabelNode
  16. sealed trait Method extends BabelNode
  17. sealed trait ModuleDeclaration extends BabelNode
  18. sealed trait ObjectMember extends BabelNode
  19. sealed trait Pattern extends BabelNode
  20. sealed trait PatternLike extends BabelNode
  21. sealed trait Scopable extends BabelNode
  22. sealed trait Statement extends BabelNode
  23. sealed trait TSEntityName extends BabelNode
  24. sealed trait TSType extends BabelNode
  25. sealed trait TSTypeElement extends BabelNode
  26. sealed trait While extends BabelNode

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def fromString(nodeName: String): BabelNode
  9. final def getClass(): java.lang.Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. case object AnyTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  21. case object ArgumentPlaceholder extends BabelNode with Product with Serializable
  22. case object ArrayExpression extends Expression with Product with Serializable
  23. case object ArrayPattern extends BabelNode with PatternLike with LVal with Pattern with Product with Serializable
  24. case object ArrayTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  25. case object ArrowFunctionExpression extends Expression with Scopable with BlockParent with Function with Product with Serializable
  26. case object AssignmentExpression extends Expression with Product with Serializable
  27. case object AssignmentPattern extends BabelNode with PatternLike with LVal with Pattern with Product with Serializable
  28. case object AwaitExpression extends Expression with Product with Serializable
  29. case object BigIntLiteral extends Expression with Product with Serializable
  30. case object BinaryExpression extends Expression with Binary with Product with Serializable
  31. case object BindExpression extends Expression with Product with Serializable
  32. case object BlockStatement extends BabelNode with Scopable with BlockParent with Block with Statement with Product with Serializable
  33. case object BooleanLiteral extends Expression with Product with Serializable
  34. case object BooleanLiteralTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  35. case object BooleanTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  36. case object BreakStatement extends BabelNode with Statement with Product with Serializable
  37. case object CallExpression extends Expression with Product with Serializable
  38. case object CatchClause extends BabelNode with Scopable with BlockParent with Product with Serializable
  39. case object ClassAccessorProperty extends BabelNode with Product with Serializable
  40. case object ClassBody extends BabelNode with Product with Serializable
  41. case object ClassDeclaration extends BabelNode with Scopable with Statement with Declaration with Class with Product with Serializable
  42. case object ClassExpression extends Expression with Scopable with Class with Product with Serializable
  43. case object ClassImplements extends BabelNode with Flow with Product with Serializable
  44. case object ClassMethod extends BabelNode with Scopable with BlockParent with Function with Method with Product with Serializable
  45. case object ClassPrivateMethod extends BabelNode with Scopable with BlockParent with Function with Method with Product with Serializable
  46. case object ClassPrivateProperty extends BabelNode with Product with Serializable
  47. case object ClassProperty extends BabelNode with Product with Serializable
  48. case object ConditionalExpression extends Expression with Conditional with Product with Serializable
  49. case object ContinueStatement extends BabelNode with Statement with Product with Serializable
  50. case object DebuggerStatement extends BabelNode with Statement with Product with Serializable
  51. case object DecimalLiteral extends Expression with Product with Serializable
  52. case object DeclareClass extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  53. case object DeclareExportAllDeclaration extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  54. case object DeclareExportDeclaration extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  55. case object DeclareFunction extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  56. case object DeclareInterface extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  57. case object DeclareModule extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  58. case object DeclareModuleExports extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  59. case object DeclareOpaqueType extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  60. case object DeclareTypeAlias extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  61. case object DeclareVariable extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  62. case object DeclaredPredicate extends BabelNode with Flow with Product with Serializable
  63. case object Decorator extends BabelNode with Product with Serializable
  64. case object Directive extends BabelNode with Product with Serializable
  65. case object DirectiveLiteral extends BabelNode with Product with Serializable
  66. case object DoExpression extends Expression with Product with Serializable
  67. case object DoWhileStatement extends BabelNode with Scopable with BlockParent with Statement with Loop with While with Product with Serializable
  68. case object EmptyStatement extends BabelNode with Statement with Product with Serializable
  69. case object EmptyTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  70. case object EnumBooleanBody extends BabelNode with Flow with Product with Serializable
  71. case object EnumBooleanMember extends BabelNode with Flow with Product with Serializable
  72. case object EnumDeclaration extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  73. case object EnumDefaultedMember extends BabelNode with Flow with Product with Serializable
  74. case object EnumNumberBody extends BabelNode with Flow with Product with Serializable
  75. case object EnumNumberMember extends BabelNode with Flow with Product with Serializable
  76. case object EnumStringBody extends BabelNode with Flow with Product with Serializable
  77. case object EnumStringMember extends BabelNode with Flow with Product with Serializable
  78. case object EnumSymbolBody extends BabelNode with Flow with Product with Serializable
  79. case object ExistsTypeAnnotation extends BabelNode with FlowType with Product with Serializable
  80. case object ExportAllDeclaration extends BabelNode with Statement with Declaration with ModuleDeclaration with ExportDeclaration with Product with Serializable
  81. case object ExportDefaultDeclaration extends BabelNode with Statement with Declaration with ModuleDeclaration with ExportDeclaration with Product with Serializable
  82. case object ExportDefaultSpecifier extends BabelNode with Product with Serializable
  83. case object ExportNamedDeclaration extends BabelNode with Statement with Declaration with ModuleDeclaration with ExportDeclaration with Product with Serializable
  84. case object ExportNamespaceSpecifier extends BabelNode with Product with Serializable
  85. case object ExportSpecifier extends BabelNode with Product with Serializable
  86. case object ExpressionStatement extends BabelNode with Statement with Product with Serializable
  87. case object File extends BabelNode with Product with Serializable
  88. case object ForInStatement extends BabelNode with Scopable with BlockParent with Statement with Loop with For with Product with Serializable
  89. case object ForOfStatement extends BabelNode with Scopable with BlockParent with Statement with Loop with For with Product with Serializable
  90. case object ForStatement extends BabelNode with Scopable with BlockParent with Statement with Loop with For with Product with Serializable
  91. case object FunctionDeclaration extends BabelNode with Scopable with BlockParent with Statement with Function with Declaration with Product with Serializable
  92. case object FunctionExpression extends Expression with Scopable with BlockParent with Function with Product with Serializable
  93. case object FunctionTypeAnnotation extends BabelNode with FlowType with Product with Serializable
  94. case object FunctionTypeParam extends BabelNode with Product with Serializable
  95. case object GenericTypeAnnotation extends BabelNode with FlowType with Product with Serializable
  96. case object Identifier extends Expression with PatternLike with LVal with TSEntityName with Product with Serializable
  97. case object IfStatement extends BabelNode with Statement with Conditional with Product with Serializable
  98. case object Import extends Expression with Product with Serializable
  99. case object ImportAttribute extends BabelNode with Product with Serializable
  100. case object ImportDeclaration extends BabelNode with Statement with Declaration with ModuleDeclaration with Product with Serializable
  101. case object ImportDefaultSpecifier extends BabelNode with Product with Serializable
  102. case object ImportNamespaceSpecifier extends BabelNode with Product with Serializable
  103. case object ImportSpecifier extends BabelNode with Product with Serializable
  104. case object IndexedAccessType extends BabelNode with Flow with FlowType with Product with Serializable
  105. case object InferredPredicate extends BabelNode with Product with Serializable
  106. case object InterfaceDeclaration extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  107. case object InterfaceExtends extends BabelNode with Flow with Product with Serializable
  108. case object InterfaceTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  109. case object InterpreterDirective extends BabelNode with Product with Serializable
  110. case object IntersectionTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  111. case object JSXAttribute extends BabelNode with Product with Serializable
  112. case object JSXClosingElement extends BabelNode with Product with Serializable
  113. case object JSXClosingFragment extends BabelNode with Product with Serializable
  114. case object JSXElement extends Expression with Product with Serializable
  115. case object JSXEmptyExpression extends Expression with Product with Serializable
  116. case object JSXExpressionContainer extends BabelNode with Product with Serializable
  117. case object JSXFragment extends Expression with Product with Serializable
  118. case object JSXIdentifier extends BabelNode with Product with Serializable
  119. case object JSXMemberExpression extends Expression with Product with Serializable
  120. case object JSXNamespacedName extends BabelNode with Product with Serializable
  121. case object JSXOpeningElement extends BabelNode with Product with Serializable
  122. case object JSXOpeningFragment extends BabelNode with Product with Serializable
  123. case object JSXSpreadAttribute extends BabelNode with Product with Serializable
  124. case object JSXSpreadChild extends BabelNode with Product with Serializable
  125. case object JSXText extends BabelNode with Product with Serializable
  126. case object LabeledStatement extends BabelNode with Statement with Product with Serializable
  127. case object LogicalExpression extends Expression with Binary with Product with Serializable
  128. case object MemberExpression extends Expression with LVal with Product with Serializable
  129. case object MetaProperty extends Expression with Product with Serializable
  130. case object MixedTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  131. case object ModuleExpression extends Expression with Product with Serializable
  132. case object NewExpression extends Expression with Product with Serializable
  133. case object Noop extends BabelNode with Product with Serializable
  134. case object NullLiteral extends Expression with Product with Serializable
  135. case object NullLiteralTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  136. case object NullableTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  137. case object NumberLiteral extends BabelNode with Product with Serializable
  138. case object NumberLiteralTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  139. case object NumberTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  140. case object NumericLiteral extends Expression with Product with Serializable
  141. case object ObjectExpression extends Expression with Product with Serializable
  142. case object ObjectMethod extends BabelNode with Scopable with BlockParent with Function with Method with ObjectMember with Product with Serializable
  143. case object ObjectPattern extends BabelNode with PatternLike with LVal with Pattern with Product with Serializable
  144. case object ObjectProperty extends BabelNode with ObjectMember with Product with Serializable
  145. case object ObjectTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  146. case object ObjectTypeCallProperty extends BabelNode with Flow with Product with Serializable
  147. case object ObjectTypeIndexer extends BabelNode with Flow with Product with Serializable
  148. case object ObjectTypeInternalSlot extends BabelNode with Flow with Product with Serializable
  149. case object ObjectTypeProperty extends BabelNode with Flow with Product with Serializable
  150. case object ObjectTypeSpreadProperty extends BabelNode with Flow with Product with Serializable
  151. case object OpaqueType extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  152. case object OptionalCallExpression extends Expression with Product with Serializable
  153. case object OptionalIndexedAccessType extends BabelNode with Flow with FlowType with Product with Serializable
  154. case object OptionalMemberExpression extends Expression with Product with Serializable
  155. case object ParenthesizedExpression extends Expression with Product with Serializable
  156. case object PipelineBareFunction extends Expression with Product with Serializable
  157. case object PipelinePrimaryTopicReference extends Expression with Product with Serializable
  158. case object PipelineTopicExpression extends Expression with Product with Serializable
  159. case object Placeholder extends BabelNode with Product with Serializable
  160. case object PrivateName extends BabelNode with Product with Serializable
  161. case object Program extends BabelNode with Scopable with BlockParent with Block with Product with Serializable
  162. case object QualifiedTypeIdentifier extends BabelNode with Flow with Product with Serializable
  163. case object RecordExpression extends Expression with Product with Serializable
  164. case object RegExpLiteral extends Expression with Product with Serializable
  165. case object RegexLiteral extends BabelNode with Product with Serializable
  166. case object RestElement extends BabelNode with PatternLike with LVal with Product with Serializable
  167. case object RestProperty extends BabelNode with Product with Serializable
  168. case object ReturnStatement extends BabelNode with Statement with Product with Serializable
  169. case object SequenceExpression extends Expression with Product with Serializable
  170. case object SpreadElement extends BabelNode with Product with Serializable
  171. case object SpreadProperty extends BabelNode with Product with Serializable
  172. case object StaticBlock extends BabelNode with Scopable with BlockParent with Product with Serializable
  173. case object StringLiteral extends Expression with Product with Serializable
  174. case object StringLiteralTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  175. case object StringTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  176. case object Super extends Expression with Product with Serializable
  177. case object SwitchCase extends BabelNode with Product with Serializable
  178. case object SwitchStatement extends BabelNode with Scopable with BlockParent with Statement with Product with Serializable
  179. case object SymbolTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  180. case object TSAnyKeyword extends BabelNode with TSType with Product with Serializable
  181. case object TSArrayType extends BabelNode with TSType with Product with Serializable
  182. case object TSAsExpression extends Expression with Product with Serializable
  183. case object TSBigIntKeyword extends BabelNode with TSType with Product with Serializable
  184. case object TSBooleanKeyword extends BabelNode with TSType with Product with Serializable
  185. case object TSCallSignatureDeclaration extends BabelNode with Declaration with TSTypeElement with Product with Serializable
  186. case object TSConditionalType extends BabelNode with TSType with Product with Serializable
  187. case object TSConstructSignatureDeclaration extends BabelNode with Declaration with Product with Serializable
  188. case object TSConstructorType extends BabelNode with TSType with Product with Serializable
  189. case object TSDeclareFunction extends BabelNode with Statement with Product with Serializable
  190. case object TSDeclareMethod extends BabelNode with Product with Serializable
  191. case object TSEnumDeclaration extends BabelNode with Statement with Declaration with Product with Serializable
  192. case object TSEnumMember extends BabelNode with Product with Serializable
  193. case object TSExportAssignment extends BabelNode with Statement with Product with Serializable
  194. case object TSExpressionWithTypeArguments extends BabelNode with TSType with Product with Serializable
  195. case object TSExternalModuleReference extends BabelNode with Product with Serializable
  196. case object TSFunctionType extends BabelNode with TSType with Product with Serializable
  197. case object TSImportEqualsDeclaration extends BabelNode with Statement with Declaration with Product with Serializable
  198. case object TSImportType extends BabelNode with TSType with Product with Serializable
  199. case object TSIndexSignature extends BabelNode with TSTypeElement with Product with Serializable
  200. case object TSIndexedAccessType extends BabelNode with TSType with Product with Serializable
  201. case object TSInferType extends BabelNode with TSType with Product with Serializable
  202. case object TSInterfaceBody extends BabelNode with Product with Serializable
  203. case object TSInterfaceDeclaration extends BabelNode with Statement with Declaration with Product with Serializable
  204. case object TSIntersectionType extends BabelNode with TSType with Product with Serializable
  205. case object TSIntrinsicKeyword extends BabelNode with TSType with Product with Serializable
  206. case object TSLiteralType extends BabelNode with TSType with Product with Serializable
  207. case object TSMappedType extends BabelNode with TSType with Product with Serializable
  208. case object TSMethodSignature extends BabelNode with TSTypeElement with Product with Serializable
  209. case object TSModuleBlock extends BabelNode with Scopable with BlockParent with Block with Product with Serializable
  210. case object TSModuleDeclaration extends BabelNode with Statement with Declaration with Product with Serializable
  211. case object TSNamedTupleMember extends BabelNode with Product with Serializable
  212. case object TSNamespaceExportDeclaration extends BabelNode with Statement with Declaration with Product with Serializable
  213. case object TSNeverKeyword extends BabelNode with TSType with Product with Serializable
  214. case object TSNonNullExpression extends Expression with Product with Serializable
  215. case object TSNullKeyword extends BabelNode with TSType with Product with Serializable
  216. case object TSNumberKeyword extends BabelNode with TSType with Product with Serializable
  217. case object TSObjectKeyword extends BabelNode with TSType with Product with Serializable
  218. case object TSOptionalType extends BabelNode with TSType with Product with Serializable
  219. case object TSParameterProperty extends BabelNode with LVal with Product with Serializable
  220. case object TSParenthesizedType extends BabelNode with TSType with Product with Serializable
  221. case object TSPropertySignature extends BabelNode with TSTypeElement with Product with Serializable
  222. case object TSQualifiedName extends BabelNode with TSEntityName with Product with Serializable
  223. case object TSRestType extends BabelNode with TSType with Product with Serializable
  224. case object TSStringKeyword extends BabelNode with TSType with Product with Serializable
  225. case object TSSymbolKeyword extends BabelNode with TSType with Product with Serializable
  226. case object TSThisType extends BabelNode with TSType with Product with Serializable
  227. case object TSTupleType extends BabelNode with TSType with Product with Serializable
  228. case object TSTypeAliasDeclaration extends BabelNode with Statement with Declaration with Product with Serializable
  229. case object TSTypeAnnotation extends BabelNode with FlowType with Product with Serializable
  230. case object TSTypeAssertion extends Expression with Product with Serializable
  231. case object TSTypeLiteral extends BabelNode with TSType with Product with Serializable
  232. case object TSTypeOperator extends BabelNode with TSType with Product with Serializable
  233. case object TSTypeParameter extends BabelNode with TSType with Product with Serializable
  234. case object TSTypeParameterDeclaration extends BabelNode with Declaration with Product with Serializable
  235. case object TSTypeParameterInstantiation extends BabelNode with Product with Serializable
  236. case object TSTypePredicate extends BabelNode with TSType with Product with Serializable
  237. case object TSTypeQuery extends BabelNode with TSType with Product with Serializable
  238. case object TSTypeReference extends BabelNode with TSType with Product with Serializable
  239. case object TSUndefinedKeyword extends BabelNode with TSType with Product with Serializable
  240. case object TSUnionType extends BabelNode with TSType with Product with Serializable
  241. case object TSUnknownKeyword extends BabelNode with TSType with Product with Serializable
  242. case object TSVoidKeyword extends BabelNode with TSType with Product with Serializable
  243. case object TaggedTemplateExpression extends Expression with Product with Serializable
  244. case object TemplateElement extends BabelNode with Product with Serializable
  245. case object TemplateLiteral extends Expression with Product with Serializable
  246. case object ThisExpression extends Expression with Product with Serializable
  247. case object ThisTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  248. case object ThrowStatement extends BabelNode with Statement with Product with Serializable
  249. case object TopicReference extends Expression with Product with Serializable
  250. case object TryStatement extends BabelNode with Statement with Product with Serializable
  251. case object TupleExpression extends Expression with Product with Serializable
  252. case object TupleTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  253. case object TypeAlias extends BabelNode with Statement with Declaration with Flow with Product with Serializable
  254. case object TypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  255. case object TypeCastExpression extends Expression with Flow with Product with Serializable
  256. case object TypeParameter extends BabelNode with Flow with Product with Serializable
  257. case object TypeParameterDeclaration extends BabelNode with Declaration with Flow with Product with Serializable
  258. case object TypeParameterInstantiation extends BabelNode with Flow with Product with Serializable
  259. case object TypeofTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  260. case object UnaryExpression extends Expression with Product with Serializable
  261. case object UnionTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  262. case object UpdateExpression extends Expression with Product with Serializable
  263. case object V8IntrinsicIdentifier extends BabelNode with Product with Serializable
  264. case object VariableDeclaration extends BabelNode with Statement with Declaration with Product with Serializable
  265. case object VariableDeclarator extends BabelNode with Product with Serializable
  266. case object Variance extends BabelNode with Flow with Product with Serializable
  267. case object VoidTypeAnnotation extends BabelNode with Flow with FlowType with Product with Serializable
  268. case object WhileStatement extends BabelNode with Scopable with BlockParent with Statement with Loop with While with Product with Serializable
  269. case object WithStatement extends BabelNode with Statement with Product with Serializable
  270. case object YieldExpression extends Expression with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped