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