Class Conditional.Start
- java.lang.Object
-
- org.apache.sling.scripting.sightly.compiler.commands.Conditional.Start
-
- All Implemented Interfaces:
Command
- Enclosing class:
- Conditional
public static final class Conditional.Start extends java.lang.Object implements Command
-
-
Constructor Summary
Constructors Constructor Description Start(java.lang.String variable, boolean expectedTruthValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(CommandVisitor visitor)
Accept a visitor.boolean
getExpectedTruthValue()
java.lang.String
getVariable()
java.lang.String
toString()
-
-
-
Method Detail
-
accept
public void accept(CommandVisitor visitor)
Description copied from interface:Command
Accept a visitor.
-
getVariable
public java.lang.String getVariable()
-
getExpectedTruthValue
public boolean getExpectedTruthValue()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-