Uses of Interface
org.opencores.JLex.SparseBitSet.BinOp

Packages that use SparseBitSet.BinOp
org.opencores.JLex   
 

Uses of SparseBitSet.BinOp in org.opencores.JLex
 

Fields in org.opencores.JLex declared as SparseBitSet.BinOp
private static SparseBitSet.BinOp SparseBitSet.AND
           
private static SparseBitSet.BinOp SparseBitSet.OR
           
private static SparseBitSet.BinOp SparseBitSet.XOR
           
 

Methods in org.opencores.JLex with parameters of type SparseBitSet.BinOp
private static void SparseBitSet.binop(SparseBitSet a, SparseBitSet b, SparseBitSet.BinOp op)