AstForPrimitivesCreator

class Object
trait Matchable
class Any

Value members

Concrete methods

protected def astForBigIntLiteral(bigIntLiteral: BabelNodeInfo): Ast
protected def astForBooleanLiteral(booleanLiteral: BabelNodeInfo): Ast
protected def astForDecimalLiteral(decimalLiteral: BabelNodeInfo): Ast
protected def astForIdentifier(ident: BabelNodeInfo): Ast
protected def astForImportKeyword(importKeyword: BabelNodeInfo): Ast
protected def astForNullLiteral(nullLiteral: BabelNodeInfo): Ast
protected def astForNumberLiteral(numberLiteral: BabelNodeInfo): Ast
protected def astForNumericLiteral(numericLiteral: BabelNodeInfo): Ast
protected def astForRegExpLiteral(regExpLiteral: BabelNodeInfo): Ast
protected def astForRegexLiteral(regexLiteral: BabelNodeInfo): Ast
protected def astForStringLiteral(stringLiteral: BabelNodeInfo): Ast
protected def astForSuperKeyword(superKeyword: BabelNodeInfo): Ast
protected def astForTemplateElement(templateElement: BabelNodeInfo): Ast
protected def astForTemplateLiteral(templateLiteral: BabelNodeInfo): Ast