dscanner v0.4.0-alpha3 (2016-05-06T20:39:02Z)
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)
void
visit
(BlockStatement blockStatement)
void
visit
(StructBody structBody)
void
visit
(VariableDeclaration dec)
void
visit
(AutoDeclaration autoDeclaration)
void
visit
(AssignExpression assignExpression)
class
UnmodifiedFinder
override
void
visit
(
const
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