Package org.teavm.cache
Class AstCacheEntry
- java.lang.Object
-
- org.teavm.cache.AstCacheEntry
-
public class AstCacheEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ControlFlowEntry[]cfgRegularMethodNodemethod
-
Constructor Summary
Constructors Constructor Description AstCacheEntry(RegularMethodNode method, ControlFlowEntry[] cfg)
-
-
-
Field Detail
-
method
public RegularMethodNode method
-
cfg
public ControlFlowEntry[] cfg
-
-
Constructor Detail
-
AstCacheEntry
public AstCacheEntry(RegularMethodNode method, ControlFlowEntry[] cfg)
-
-