public class Stepdoc extends Object implements Comparable<Stepdoc>
StepCandidate
,
which includes:
Constructor and Description |
---|
Stepdoc(StepCandidate candidate) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Stepdoc that) |
Method |
getMethod() |
String |
getMethodSignature()
Method signature without "public void" prefix
|
String |
getPattern() |
String |
getStartingWord() |
Object |
getStepsInstance() |
StepType |
getStepType() |
String |
toString() |
public Stepdoc(StepCandidate candidate)
public StepType getStepType()
public String getStartingWord()
public String getPattern()
public Method getMethod()
public Object getStepsInstance()
public String getMethodSignature()
public int compareTo(Stepdoc that)
compareTo
in interface Comparable<Stepdoc>
Copyright © 2003–2016. All rights reserved.