gherkin.formatter.model
Class Tag

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

public class Tag
extends Mappable


Constructor Summary
Tag(String name, int line)
           
 
Method Summary
 boolean equals(Object o)
           
 int getLine()
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class gherkin.formatter.Mappable
toMap
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag(String name,
           int line)
Method Detail

getName

public String getName()

getLine

public int getLine()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011. All Rights Reserved.