Package | Description |
---|---|
sirius.tagliatelle.compiler |
Modifier and Type | Method and Description |
---|---|
Emitter |
AttributeExpressionHandler.process(Compiler compiler) |
Emitter |
ForHandler.process(Compiler compiler) |
Emitter |
RawHandler.process(Compiler compiler) |
abstract Emitter |
ExpressionHandler.process(Compiler compiler)
Processes the expression initialized by an @ in the source code.
|
Emitter |
IfHandler.process(Compiler compiler) |
Emitter |
EvalExpressionHandler.process(Compiler compiler) |
boolean |
AttributeExpressionHandler.shouldProcess(Compiler compiler) |
boolean |
ForHandler.shouldProcess(Compiler compiler) |
boolean |
RawHandler.shouldProcess(Compiler compiler) |
abstract boolean |
ExpressionHandler.shouldProcess(Compiler compiler)
Determines if this handler is responsible, based on the current state of the reader.
|
boolean |
IfHandler.shouldProcess(Compiler compiler) |
boolean |
EvalExpressionHandler.shouldProcess(Compiler compiler) |
Copyright © 2018. All rights reserved.