public final class ScanEnvironment extends Object
Modifier and Type | Field and Description |
---|---|
org.jcodings.Encoding |
enc |
Node[] |
memNodes |
int |
numMem |
Regex |
reg |
Syntax |
syntax |
Constructor and Description |
---|
ScanEnvironment(Regex regex,
Syntax syntax) |
Modifier and Type | Method and Description |
---|---|
int |
addMemEntry() |
void |
clear() |
int |
convertBackslashValue(int c) |
void |
setMemNode(int num,
Node node) |
public final org.jcodings.Encoding enc
public final Syntax syntax
public final Regex reg
public int numMem
public Node[] memNodes
public void clear()
public int addMemEntry()
public void setMemNode(int num, Node node)
public int convertBackslashValue(int c)
Copyright © 2013. All rights reserved.