Uses of Class
com.google.re2j.Machine.Queue
-
Uses of Machine.Queue in com.google.re2j
Fields in com.google.re2j declared as Machine.QueueModifier and TypeFieldDescriptionprivate final Machine.QueueMachine.q0private final Machine.QueueMachine.q1Methods in com.google.re2j with parameters of type Machine.QueueModifier and TypeMethodDescriptionprivate Machine.ThreadMachine.add(Machine.Queue q, int pc, int pos, int[] cap, int cond, Machine.Thread t) private voidMachine.free(Machine.Queue queue) private voidMachine.free(Machine.Queue queue, int from) private voidMachine.step(Machine.Queue runq, Machine.Queue nextq, int pos, int nextPos, int c, int nextCond, int anchor, boolean atEnd)