public static final class Java.AssertStatement extends Java.Statement
Modifier and Type | Field and Description |
---|---|
Java.Rvalue |
expression1 |
Java.Rvalue |
optionalExpression2 |
localVariables
NOWHERE
Constructor and Description |
---|
AssertStatement(Location location,
Java.Rvalue expression1,
Java.Rvalue optionalExpression2) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor.BlockStatementVisitor visitor) |
java.lang.String |
toString() |
findLocalVariable, getEnclosingScope, setEnclosingScope
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLocation, throwCompileException
public final Java.Rvalue expression1
public final Java.Rvalue optionalExpression2
public AssertStatement(Location location, Java.Rvalue expression1, Java.Rvalue optionalExpression2)
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(Visitor.BlockStatementVisitor visitor)