trait AstForExpressionsCreator extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- AstForExpressionsCreator
- 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 astForArrayExpression(arrExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForAssignmentExpression(assignment: BabelNodeInfo): Ast
- Attributes
- protected
- def astForAwaitExpression(awaitExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForBinaryExpression(binExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForCallExpression(callExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForCastExpression(castExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForConditionalExpression(ternary: BabelNodeInfo): Ast
- Attributes
- protected
- def astForExpressionStatement(exprStmt: BabelNodeInfo): Ast
- Attributes
- protected
- def astForLogicalExpression(logicalExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForMemberExpression(memberExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForMetaProperty(metaProperty: BabelNodeInfo): Ast
- Attributes
- protected
- def astForNewExpression(newExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForObjectExpression(objExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForSequenceExpression(seq: BabelNodeInfo): Ast
- Attributes
- protected
- def astForTSNonNullExpression(nonNullExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForTSSatisfiesExpression(satisfiesExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForTemplateExpression(templateExpr: BabelNodeInfo): Ast
- def astForThisExpression(thisExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForUnaryExpression(unaryExpr: BabelNodeInfo): Ast
- Attributes
- protected
- def astForUpdateExpression(updateExpr: 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