gherkin.formatter.model
Class Match

java.lang.Object
  extended by gherkin.formatter.Mappable
      extended by gherkin.formatter.model.Match

public class Match
extends Mappable


Field Summary
static Match UNDEFINED
           
 
Constructor Summary
Match(List<Argument> arguments, String location)
           
 
Method Summary
 List<Argument> getArguments()
           
 String getLocation()
           
 void replay(Reporter reporter)
           
 
Methods inherited from class gherkin.formatter.Mappable
toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNDEFINED

public static final Match UNDEFINED
Constructor Detail

Match

public Match(List<Argument> arguments,
             String location)
Method Detail

getArguments

public List<Argument> getArguments()

getLocation

public String getLocation()

replay

public void replay(Reporter reporter)


Copyright © 2011. All Rights Reserved.