public class DoUntil extends Object
Constructor and Description |
---|
DoUntil(NullaryProcedure body,
NullaryPredicate test)
Create a new DoUntil.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected NullaryProcedure |
getBody()
Get the body of this loop.
|
protected NullaryPredicate |
getTest()
Get the test for this loop.
|
int |
hashCode() |
void |
run()
Execute this procedure.
|
String |
toString() |
public DoUntil(NullaryProcedure body, NullaryPredicate test)
body
- to executetest
- whether to keep goingpublic final void run()
protected NullaryProcedure getBody()
protected NullaryPredicate getTest()
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.