trait AstForDeclarationsCreator extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- AstForDeclarationsCreator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def astForDeconstruction(pattern: BabelNodeInfo, sourceAst: Ast, code: String, paramName: Option[String] = None): Ast
- Attributes
- protected
- def astForExportAllDeclaration(declaration: BabelNodeInfo): Ast
- Attributes
- protected
- def astForExportAssignment(assignment: BabelNodeInfo): Ast
- Attributes
- protected
- def astForExportDefaultDeclaration(declaration: BabelNodeInfo): Ast
- Attributes
- protected
- def astForExportNamedDeclaration(declaration: BabelNodeInfo): Ast
- Attributes
- protected
- def astForImportDeclaration(impDecl: BabelNodeInfo): Ast
- Attributes
- protected
- def astForTSImportEqualsDeclaration(impDecl: BabelNodeInfo): Ast
- Attributes
- protected
- def astForVariableDeclaration(declaration: BabelNodeInfo): Ast
- Attributes
- protected
- def astsForDecorators(elem: BabelNodeInfo): Seq[Ast]
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def codeForBabelNodeInfo(obj: BabelNodeInfo): Seq[String]
- Attributes
- protected
- def createImportNodeAndAttachToCall(code: String, importedEntity: String, importedAs: String, call: Option[NewCall]): NewImport
- def createImportNodeAndAttachToCall(impDecl: BabelNodeInfo, importedEntity: String, importedAs: String, call: Option[NewCall]): NewImport
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated