final class Context extends Object
Modifier and Type | Field and Description |
---|---|
int |
current |
boolean[] |
match_begin |
int[] |
parentheses |
Constructor and Description |
---|
Context() |
Modifier and Type | Method and Description |
---|---|
void |
close_context(GenLex lex) |
boolean |
close_parenthesis() |
void |
in_match_body() |
boolean |
match_body() |
void |
new_context() |
boolean |
no_parentheses() |
void |
open_parenthesis() |
public int[] parentheses
public boolean[] match_begin
public int current
public boolean no_parentheses()
public void new_context()
public void close_context(GenLex lex)
public void open_parenthesis()
public boolean close_parenthesis()
public void in_match_body()
public boolean match_body()
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.