Expression

sealed trait Expression extends BabelNode
trait BabelNode
class Object
trait Matchable
class Any
object ArrayExpression.type
object AwaitExpression.type
object BigIntLiteral.type
object BinaryExpression.type
object BindExpression.type
object BooleanLiteral.type
object CallExpression.type
object ClassExpression.type
object DecimalLiteral.type
object DoExpression.type
object FunctionExpression.type
object Identifier.type
object Import.type
object JSXElement.type
object JSXEmptyExpression.type
object JSXFragment.type
object LogicalExpression.type
object MemberExpression.type
object MetaProperty.type
object ModuleExpression.type
object NewExpression.type
object NullLiteral.type
object NumericLiteral.type
object ObjectExpression.type
object RecordExpression.type
object RegExpLiteral.type
object SequenceExpression.type
object StringLiteral.type
object Super.type
object TSAsExpression.type
object TSTypeAssertion.type
object TemplateLiteral.type
object ThisExpression.type
object TopicReference.type
object TupleExpression.type
object TypeCastExpression.type
object UnaryExpression.type
object UpdateExpression.type
object YieldExpression.type

Value members

Inherited methods

override def toString: String
Definition Classes
BabelNode -> Any
Inherited from:
BabelNode