类的使用
org.antlr.misc.BitSet
-
使用BitSet的程序包 程序包 说明 org.antlr.misc org.antlr.tool -
-
org.antlr.misc中BitSet的使用
返回BitSet的org.antlr.misc中的方法 修饰符和类型 方法 说明 static BitSetBitSet. of(int el)static BitSetBitSet. of(java.util.Collection<? extends java.lang.Integer> elements)static BitSetBitSet. of(java.util.Map<? extends java.lang.Integer,?> elements)static BitSetBitSet. of(IntSet set)static BitSetBitSet. range(int a, int b)参数类型为BitSet的org.antlr.misc中的方法 修饰符和类型 方法 说明 voidBitSet. andInPlace(BitSet a)voidBitSet. orInPlace(BitSet a)booleanBitSet. subset(BitSet a)Is this contained within a?voidBitSet. subtractInPlace(BitSet a)Subtract the elements of 'a' from 'this' in-place. -
org.antlr.tool中BitSet的使用
声明为BitSet的org.antlr.tool中的字段 修饰符和类型 字段 说明 BitSetErrorManager.ErrorState. errorMsgIDsTrack 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 BitSetErrorManager. ERRORS_FORCING_NO_ANALYSISDo not do perform analysis if one of these happensstatic BitSetErrorManager. ERRORS_FORCING_NO_CODEGENDo not do code gen if one of these happensBitSetErrorManager.ErrorState. warningMsgIDs
-