C# 클래스 BcsResolver.Parser.ParentResolvingVisitor

상속: BcsResolver.Extensions.BcsExpressionNodeVisitor
파일 보기 프로젝트 열기: sybila/BCSParser

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ResolveFromParent ( BcsExpressionNode parentNode ) : void

메소드 상세

VisitAgent() 보호된 메소드

protected VisitAgent ( BcsAtomicAgentNode bcsAtomicAgent ) : void
bcsAtomicAgent BcsAtomicAgentNode
리턴 void

VisitAgentState() 보호된 메소드

protected VisitAgentState ( BcsAgentStateNode bcsAgentState ) : void
bcsAgentState BcsAgentStateNode
리턴 void

VisitComplex() 보호된 메소드

protected VisitComplex ( BcsComplexNode bcsComplex ) : void
bcsComplex BcsComplexNode
리턴 void

VisitComponent() 보호된 메소드

protected VisitComponent ( BcsComponentNode bcsComponent ) : void
bcsComponent BcsComponentNode
리턴 void

VisitDefault() 보호된 메소드

protected VisitDefault ( BcsExpressionNode node ) : void
node BcsExpressionNode
리턴 void

VisitLocation() 보호된 메소드

protected VisitLocation ( BcsLocationNode location ) : void
location BcsLocationNode
리턴 void

VisitReactant() 보호된 메소드

protected VisitReactant ( BcsReactantNode bcsReactant ) : void
bcsReactant BcsReactantNode
리턴 void

VisitReaction() 보호된 메소드

protected VisitReaction ( BcsReactionNode bcsReaction ) : void
bcsReaction BcsReactionNode
리턴 void