public override void Visit(AmlParser.DefMatch defMatch) { defMatch.startIndex.Accept(this); defMatch.operand2.Accept(this); defMatch.operand1.Accept(this); defMatch.searchPkg.Accept(this); result.Add(new Match(defMatch.matchOpcode1, defMatch.matchOpcode2)); }
public virtual void Visit(AmlParser.DefMatch defMatch) { UnhandledNodeType("DefMatch"); }