AstForTypesCreator

class Object
trait Matchable
class Any

Value members

Concrete methods

protected def addModifier(node: NewNode, json: Value): Unit
protected def astForClass(clazz: BabelNodeInfo): Ast
protected def astForEnum(tsEnum: BabelNodeInfo): Ast
protected def astForInterface(tsInterface: BabelNodeInfo): Ast
protected def astForModule(tsModuleDecl: BabelNodeInfo): Ast
protected def astForTypeAlias(alias: BabelNodeInfo): Ast
protected def fixMethodFullName(method: NewMethod, withTypeName: String): NewMethod