Package | Description |
---|---|
com.asakusafw.utils.java.internal.model.syntax |
Naive Java DOM implementations.
|
com.asakusafw.utils.java.internal.model.util |
Internal utlities for Java DOM building/emitting.
|
com.asakusafw.utils.java.model.syntax |
Interfaces for representing Java DOMs.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertStatementImpl
An implementation of
AssertStatement . |
Modifier and Type | Method and Description |
---|---|
AssertStatement |
ModelFactoryImpl.newAssertStatement(Expression expression,
Expression message) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitAssertStatement(AssertStatement elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitAssertStatement(AssertStatement elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
default AssertStatement |
ModelFactory.newAssertStatement(Expression expression)
Returns a new
AssertStatement object. |
AssertStatement |
ModelFactory.newAssertStatement(Expression expression,
Expression message)
Returns a new
AssertStatement object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitAssertStatement(AssertStatement elem,
C context) |
R |
Visitor.visitAssertStatement(AssertStatement elem,
C context)
Processes
AssertStatement using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.