Uses of Class
org.joni.ScanEnvironment
Packages that use ScanEnvironment
-
Uses of ScanEnvironment in org.joni
Fields in org.joni declared as ScanEnvironmentModifier and TypeFieldDescription(package private) final ScanEnvironment
ApplyCaseFoldArg.env
protected final ScanEnvironment
Lexer.env
(package private) ScanEnvironment
OptEnvironment.scanEnv
Methods in org.joni with parameters of type ScanEnvironmentModifier and TypeMethodDescriptionstatic CodeRangeBuffer
CodeRangeBuffer.addCodeRange
(CodeRangeBuffer pbuf, ScanEnvironment env, int from, int to) Constructors in org.joni with parameters of type ScanEnvironmentModifierConstructorDescriptionprotected
Analyser
(ScanEnvironment env, byte[] bytes, int p, int end) ApplyCaseFoldArg
(ScanEnvironment env, CClassNode cc) protected
Lexer
(ScanEnvironment env, byte[] bytes, int p, int end) protected
Parser
(ScanEnvironment env, byte[] bytes, int p, int end) -
Uses of ScanEnvironment in org.joni.ast
Methods in org.joni.ast with parameters of type ScanEnvironmentModifier and TypeMethodDescriptionvoid
CClassNode.addCodeRange
(ScanEnvironment env, int from, int to) void
CClassNode.addCType
(int ctype, boolean not, ScanEnvironment env, org.jcodings.IntHolder sbOut) void
CClassNode.nextStateClass
(CClassNode.CCStateArg arg, ScanEnvironment env) void
CClassNode.nextStateValue
(CClassNode.CCStateArg arg, ScanEnvironment env) int
QuantifierNode.setQuantifier
(Node tgt, boolean group, ScanEnvironment env, byte[] bytes, int p, int end) Constructors in org.joni.ast with parameters of type ScanEnvironmentModifierConstructorDescriptionBackRefNode
(int backNum, int[] backRefs, boolean byName, boolean existLevel, int nestLevel, ScanEnvironment env) BackRefNode
(int backNum, int[] backRefs, boolean byName, ScanEnvironment env)