Class Env
Class holding current state.
public class Env
- Inheritance
-
Env
- Derived
- Inherited Members
Constructors
Env()
Initializes a new instance of the Env class.
protected Env()
Env(Env)
Copy another Env object.
public Env(Env other)
Parameters
otherEnv
Fields
bra
Starting bracket position.
protected int bra
Field Value
current
Gets the current string.
protected StringBuilder current
Field Value
cursor
Current cursor position.
protected int cursor
Field Value
ket
Ending bracket position.
protected int ket
Field Value
limit
Forward limit for inspecting the buffer.
protected int limit
Field Value
limit_backward
Backward limit for inspecting the buffer.
protected int limit_backward
Field Value
Methods
copy_from(Env)
Copy another Env object.
protected void copy_from(Env other)
Parameters
otherEnv