public virtual void CaseTKeywordAnd(TKeywordAnd node) { DefaultCase(node); }
internal override void RemoveChild(Node child) { if ( _keyword_and_ == child ) { _keyword_and_ = null; return; } }
public AABooleanfunction( TKeywordAnd _keyword_and_ ) { SetKeywordAnd (_keyword_and_); }
public void SetKeywordAnd(TKeywordAnd node) { if(_keyword_and_ != null) { _keyword_and_.Parent(null); } if(node != null) { if(node.Parent() != null) { node.Parent().RemoveChild(node); } node.Parent(this); } _keyword_and_ = node; }
public override void CaseTKeywordAnd(TKeywordAnd node) { index = 24; }