Class TokenIndexer
java.lang.Object
org.bytedeco.javacpp.tools.TokenIndexer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Token[]The token of array, modified by the preprocessor as we go.(package private) intCounter for the special predefined__COUNTER__macro.(package private) intThe current index, in the array of tokens.(package private) InfoMapThe set ofInfoobjects to use during preprocessing.(package private) final booleanWhether the file came from the C-include path(package private) booleanSet to true to disable temporarily the preprocessor. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Token[](package private) Token[](package private) Tokenget()Returnsget(0).(package private) Tokenget(int i) Returnsarray[index + i].(package private) Tokennext()Incrementsindexand returnsarray[index].(package private) intpreprocess(int index, int count)
-
Field Details
-
raw
boolean rawSet to true to disable temporarily the preprocessor. -
infoMap
-
array
Token[] arrayThe token of array, modified by the preprocessor as we go. -
index
-
isCFile
final boolean isCFileWhether the file came from the C-include path -
counter
int counterCounter for the special predefined__COUNTER__macro.
-
-
Constructor Details
-
TokenIndexer
-
-
Method Details