AstForTypesCreator

class Object
trait Matchable
class Any

Value members

Concrete methods

protected def astForASMDeclaration(asm: IASTASMDeclaration, order: Int): Ast
protected def astForAliasDeclaration(aliasDeclaration: ICPPASTAliasDeclaration, order: Int): Ast
protected def astForDeclarator(declaration: IASTSimpleDeclaration, declarator: IASTDeclarator, order: Int): Ast
protected def astForInitializer(declarator: IASTDeclarator, init: IASTInitializer, order: Int): Ast
protected def astForNamespaceAlias(namespaceAlias: ICPPASTNamespaceAlias, order: Int): Ast
protected def astsForDeclaration(decl: IASTDeclaration, order: Int): Seq[Ast]
protected def handleUsingDeclaration(usingDecl: ICPPASTUsingDeclaration): Seq[Ast]
protected def templateParameters(e: IASTNode): Option[String]