C# Class BcsResolver.Parser.ParentResolvingVisitor

Inheritance: BcsResolver.Extensions.BcsExpressionNodeVisitor
Afficher le fichier Open project: sybila/BCSParser

Méthodes protégées

Méthode Description
VisitAgent ( BcsAtomicAgentNode bcsAtomicAgent ) : void
VisitAgentState ( BcsAgentStateNode bcsAgentState ) : void
VisitComplex ( BcsComplexNode bcsComplex ) : void
VisitComponent ( BcsComponentNode bcsComponent ) : void
VisitDefault ( BcsExpressionNode node ) : void
VisitLocation ( BcsLocationNode location ) : void
VisitReactant ( BcsReactantNode bcsReactant ) : void
VisitReaction ( BcsReactionNode bcsReaction ) : void

Private Methods

Méthode Description
ResolveFromParent ( BcsExpressionNode parentNode ) : void

Method Details

VisitAgent() protected méthode

protected VisitAgent ( BcsAtomicAgentNode bcsAtomicAgent ) : void
bcsAtomicAgent BcsAtomicAgentNode
Résultat void

VisitAgentState() protected méthode

protected VisitAgentState ( BcsAgentStateNode bcsAgentState ) : void
bcsAgentState BcsAgentStateNode
Résultat void

VisitComplex() protected méthode

protected VisitComplex ( BcsComplexNode bcsComplex ) : void
bcsComplex BcsComplexNode
Résultat void

VisitComponent() protected méthode

protected VisitComponent ( BcsComponentNode bcsComponent ) : void
bcsComponent BcsComponentNode
Résultat void

VisitDefault() protected méthode

protected VisitDefault ( BcsExpressionNode node ) : void
node BcsExpressionNode
Résultat void

VisitLocation() protected méthode

protected VisitLocation ( BcsLocationNode location ) : void
location BcsLocationNode
Résultat void

VisitReactant() protected méthode

protected VisitReactant ( BcsReactantNode bcsReactant ) : void
bcsReactant BcsReactantNode
Résultat void

VisitReaction() protected méthode

protected VisitReaction ( BcsReactionNode bcsReaction ) : void
bcsReaction BcsReactionNode
Résultat void