public class PatternContext extends Object
Constructor and Description |
---|
PatternContext() |
PatternContext(int streamNumber,
MatchedEventMapMeta matchedEventMapMeta,
boolean isContextDeclaration,
int nestingLevel,
boolean isStartCondition) |
Modifier and Type | Method and Description |
---|---|
MatchedEventMapMeta |
getMatchedEventMapMeta() |
int |
getNestingLevel() |
int |
getStreamNumber() |
boolean |
isContextDeclaration() |
boolean |
isStartCondition() |
CodegenExpression |
make(CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
void |
setContextDeclaration(boolean contextDeclaration) |
void |
setMatchedEventMapMeta(MatchedEventMapMeta matchedEventMapMeta) |
void |
setNestingLevel(int nestingLevel) |
void |
setStartCondition(boolean startCondition) |
void |
setStreamNumber(int streamNumber) |
public PatternContext()
public PatternContext(int streamNumber, MatchedEventMapMeta matchedEventMapMeta, boolean isContextDeclaration, int nestingLevel, boolean isStartCondition)
public void setStreamNumber(int streamNumber)
public void setMatchedEventMapMeta(MatchedEventMapMeta matchedEventMapMeta)
public int getStreamNumber()
public MatchedEventMapMeta getMatchedEventMapMeta()
public boolean isContextDeclaration()
public void setContextDeclaration(boolean contextDeclaration)
public int getNestingLevel()
public void setNestingLevel(int nestingLevel)
public boolean isStartCondition()
public void setStartCondition(boolean startCondition)
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
Copyright © 2005–2018. All rights reserved.