类的使用
org.antlr.misc.BitSet
-
使用BitSet的程序包 程序包 说明 org.antlr.misc org.antlr.tool -
-
org.antlr.misc中BitSet的使用
返回BitSet的org.antlr.misc中的方法 修饰符和类型 方法 说明 static BitSet
BitSet. of(int el)
static BitSet
BitSet. of(java.util.Collection<? extends java.lang.Integer> elements)
static BitSet
BitSet. of(java.util.Map<? extends java.lang.Integer,?> elements)
static BitSet
BitSet. of(IntSet set)
static BitSet
BitSet. range(int a, int b)
参数类型为BitSet的org.antlr.misc中的方法 修饰符和类型 方法 说明 void
BitSet. andInPlace(BitSet a)
void
BitSet. orInPlace(BitSet a)
boolean
BitSet. subset(BitSet a)
Is this contained within a?void
BitSet. subtractInPlace(BitSet a)
Subtract the elements of 'a' from 'this' in-place. -
org.antlr.tool中BitSet的使用
声明为BitSet的org.antlr.tool中的字段 修饰符和类型 字段 说明 BitSet
ErrorManager.ErrorState. errorMsgIDs
Track all msgIDs; we use to abort later if necessary also used in Message to find out what type of message it is via getMessageType()static BitSet
ErrorManager. ERRORS_FORCING_NO_ANALYSIS
Do not do perform analysis if one of these happensstatic BitSet
ErrorManager. ERRORS_FORCING_NO_CODEGEN
Do not do code gen if one of these happensBitSet
ErrorManager.ErrorState. warningMsgIDs
-