dscanner v0.4.0-alpha4 (2016-05-06T21:32:18Z)
Dub
Repo
UnmodifiedFinder.visit
analysis
unmodified
UnmodifiedFinder
Undocumented in source. Be warned that the author may not have intended to support it.
alias
visit
=
BaseAnalyzer
.
visit
void
visit
(Module mod)
class
UnmodifiedFinder
override
void
visit
(
const
Module
mod
)
void
visit
(BlockStatement blockStatement)
void
visit
(StructBody structBody)
void
visit
(VariableDeclaration dec)
void
visit
(AutoDeclaration autoDeclaration)
void
visit
(AssignExpression assignExpression)
void
visit
(Declaration dec)
void
visit
(IdentifierChain ic)
void
visit
(IdentifierOrTemplateInstance ioti)
void
visit
(UnaryExpression unary)
void
visit
(ForeachStatement foreachStatement)
void
visit
(TraitsExpression )
void
visit
(TypeofExpression )
void
visit
(AsmStatement a)
Meta
Source
See Implementation
analysis
unmodified
UnmodifiedFinder
aliases
visit
constructors
this
mixins
__anonymous