public class ExpressionGuardForge extends Object implements GuardForge
Constructor and Description |
---|
ExpressionGuardForge() |
Modifier and Type | Method and Description |
---|---|
void |
collectSchedule(short factoryNodeId,
Function<Short,CallbackAttribution> callbackAttribution,
List<ScheduleHandleTracked> schedules) |
CodegenExpression |
makeCodegen(CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
void |
setGuardParameters(List<ExprNode> parameters,
MatchedEventConvertorForge convertor,
StatementCompileTimeServices services)
Sets the guard object parameters.
|
public void setGuardParameters(List<ExprNode> parameters, MatchedEventConvertorForge convertor, StatementCompileTimeServices services) throws GuardParameterException
GuardForge
setGuardParameters
in interface GuardForge
parameters
- is a list of parametersconvertor
- for converting aservices
- servicesGuardParameterException
- thrown to indicate a parameter problempublic void collectSchedule(short factoryNodeId, Function<Short,CallbackAttribution> callbackAttribution, List<ScheduleHandleTracked> schedules)
collectSchedule
in interface GuardForge
public CodegenExpression makeCodegen(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
makeCodegen
in interface GuardForge
Copyright © 2005–2021. All rights reserved.