Uses of Interface
uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine.Argument.ArgumentVisitor

Packages that use Argument.ArgumentVisitor
uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine Data-structures for representing command-lines. 
 

Uses of Argument.ArgumentVisitor in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandLine with parameters of type Argument.ArgumentVisitor
 void Parameter.visit(Argument.ArgumentVisitor<Value> valueArgumentVisitor)
           
 void Option.visit(Argument.ArgumentVisitor<Value> valueArgumentVisitor)
           
abstract  void Argument.visit(Argument.ArgumentVisitor<Value> visitor)
          Visit this argument, triggering the handle method of the visitor specific to the concrete class of the argument.
 



Copyright © 2006-2008. All Rights Reserved.