SemanticTimePermissiveVisitor

The PermissiveVisitor overrides the root AST nodes with empty visiting methods.

Members

Aliases

visit
alias visit = Visitor.visit
Undocumented in source.

Functions

visit
void visit(ASTCodegen.Dsymbol )
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.Parameter )
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.Statement )
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.Type )
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.Expression )
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TemplateParameter )
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.Condition )
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.Initializer )
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Visitor

visit
alias visit = ParseTimeVisitor!ASTCodegen.visit
Undocumented in source.
visit
void visit(ASTCodegen.ErrorStatement s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.PeelStatement s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.UnrolledLoopStatement s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.SwitchErrorStatement s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.DebugStatement s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.DtorExpStatement s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.ForwardingStatement s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.OverloadSet s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.LabelDsymbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.WithScopeSymbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.ArrayScopeSymbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.OverDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.SymbolDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.ForwardingAttribDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.ThisDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoStructDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoClassDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoInterfaceDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoPointerDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoArrayDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoStaticArrayDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoAssociativeArrayDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoEnumDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoFunctionDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoDelegateDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoTupleDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoConstDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoInvariantDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoSharedDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoWildDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.TypeInfoVectorDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.FuncAliasDeclaration s)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.ErrorInitializer i)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.ErrorExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.ComplexExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.StructLiteralExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.ObjcClassReferenceExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.SymOffExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.OverExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.HaltExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.DotTemplateExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.DotVarExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.DelegateExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.DotTypeExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.VectorExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.VectorArrayExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.SliceExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.ArrayLengthExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.DelegatePtrExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.DelegateFuncptrExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.DotExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.IndexExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.ConstructExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.BlitExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.RemoveExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.ClassReferenceExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.VoidInitExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTCodegen.ThrownExceptionExp e)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta