public class ContextSpecHash extends Object implements ContextSpec
Constructor and Description |
---|
ContextSpecHash(List<ContextSpecHashItem> items,
int granularity,
boolean preallocate) |
Modifier and Type | Method and Description |
---|---|
int |
getGranularity() |
List<ContextSpecHashItem> |
getItems() |
boolean |
isPreallocate() |
CodegenExpression |
makeCodegen(CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
public ContextSpecHash(List<ContextSpecHashItem> items, int granularity, boolean preallocate)
public List<ContextSpecHashItem> getItems()
public boolean isPreallocate()
public int getGranularity()
public CodegenExpression makeCodegen(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
Copyright © 2005–2018. All rights reserved.