trait AstForPrimitivesCreator extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- AstForPrimitivesCreator
- 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 astForBigIntLiteral(bigIntLiteral: BabelNodeInfo): Ast
- Attributes
- protected
- def astForBooleanLiteral(booleanLiteral: BabelNodeInfo): Ast
- Attributes
- protected
- def astForDecimalLiteral(decimalLiteral: BabelNodeInfo): Ast
- Attributes
- protected
- def astForIdentifier(ident: BabelNodeInfo, typeFullName: Option[String] = None): Ast
- Attributes
- protected
- def astForImportKeyword(importKeyword: BabelNodeInfo): Ast
- Attributes
- protected
- def astForNullLiteral(nullLiteral: BabelNodeInfo): Ast
- Attributes
- protected
- def astForNumberLiteral(numberLiteral: BabelNodeInfo): Ast
- Attributes
- protected
- def astForNumericLiteral(numericLiteral: BabelNodeInfo): Ast
- Attributes
- protected
- def astForPrivateName(privateName: BabelNodeInfo): Ast
- Attributes
- protected
- def astForRegExpLiteral(regExpLiteral: BabelNodeInfo): Ast
- Attributes
- protected
- def astForRegexLiteral(regexLiteral: BabelNodeInfo): Ast
- Attributes
- protected
- def astForSpreadOrRestElement(spreadElement: BabelNodeInfo, arg1Ast: Option[Ast] = None): Ast
- Attributes
- protected
- def astForStringLiteral(stringLiteral: BabelNodeInfo): Ast
- Attributes
- protected
- def astForSuperKeyword(superKeyword: BabelNodeInfo): Ast
- Attributes
- protected
- def astForTemplateElement(templateElement: BabelNodeInfo): Ast
- Attributes
- protected
- def astForTemplateLiteral(templateLiteral: BabelNodeInfo): Ast
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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