public class ContextSpecCategory extends Object implements ContextSpec
Constructor and Description |
---|
ContextSpecCategory(List<ContextSpecCategoryItem> items,
FilterSpecRaw filterSpecRaw) |
Modifier and Type | Method and Description |
---|---|
FilterSpecCompiled |
getFilterSpecCompiled() |
FilterSpecRaw |
getFilterSpecRaw() |
List<ContextSpecCategoryItem> |
getItems() |
CodegenExpression |
makeCodegen(CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
void |
setFilterSpecCompiled(FilterSpecCompiled filterSpec) |
public ContextSpecCategory(List<ContextSpecCategoryItem> items, FilterSpecRaw filterSpecRaw)
public FilterSpecRaw getFilterSpecRaw()
public List<ContextSpecCategoryItem> getItems()
public void setFilterSpecCompiled(FilterSpecCompiled filterSpec)
public FilterSpecCompiled getFilterSpecCompiled()
public CodegenExpression makeCodegen(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
Copyright © 2005–2019. All rights reserved.