public static final class Conditional.Start extends Object implements Command
Constructor and Description |
---|
Start(String variable,
boolean expectedTruthValue) |
Modifier and Type | Method and Description |
---|---|
void |
accept(CommandVisitor visitor)
Accept a visitor.
|
boolean |
getExpectedTruthValue() |
String |
getVariable() |
String |
toString() |
public Start(String variable, boolean expectedTruthValue)
public void accept(CommandVisitor visitor)
Command
public String getVariable()
public boolean getExpectedTruthValue()
Copyright © 2017 The Apache Software Foundation. All rights reserved.