cucumber.runtime.autocomplete
Class MetaStepdef

java.lang.Object
  extended by cucumber.runtime.autocomplete.MetaStepdef

public class MetaStepdef
extends Object


Nested Class Summary
static class MetaStepdef.MetaArgument
           
static class MetaStepdef.MetaStep
           
 
Field Summary
 String flags
           
 String source
           
 SortedSet<MetaStepdef.MetaStep> steps
           
 
Constructor Summary
MetaStepdef()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 boolean matches(String text)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

steps

public final SortedSet<MetaStepdef.MetaStep> steps

source

public String source

flags

public String flags
Constructor Detail

MetaStepdef

public MetaStepdef()
Method Detail

matches

public boolean matches(String text)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.