cucumber.runtime.autocomplete
Class MetaStepdef

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

public class MetaStepdef
extends java.lang.Object


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

Field Detail

source

public java.lang.String source

flags

public java.lang.String flags

steps

public java.util.SortedSet<MetaStepdef.MetaStep> steps
Constructor Detail

MetaStepdef

public MetaStepdef()
Method Detail

matches

public boolean matches(java.lang.String text)