public class PatternContext extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
PatternContext() |
PatternContext(int streamNumber,
MatchedEventMapMeta matchedEventMapMeta,
boolean isContextDeclaration,
int nestingLevel,
boolean startCondition) |
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 static final EPTypeClass EPTYPE
public PatternContext()
public PatternContext(int streamNumber, MatchedEventMapMeta matchedEventMapMeta, boolean isContextDeclaration, int nestingLevel, boolean startCondition)
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–2021. All rights reserved.