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 matches(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

public String source

flags

public String flags

steps

public SortedSet<MetaStepdef.MetaStep> steps
Constructor Detail

MetaStepdef

public MetaStepdef()
Method Detail

matches

public boolean matches(String text)


Copyright © 2012. All Rights Reserved.