content
Object content
The child of this expression node in the syntax tree of a regular expression.
This class provides storage for one Object of content. It is used for all regular expressions that are constructed from one object.
For instance: a* is new RegExp1(sym.STAR, 'a');
(package private) Object
(package private) boolean
anyChar, isCharClass, resolveTilde, rev, revString, size
type
- a value from the cup generated class sym, defining the kind of this regular
expressioncontent
- the child of this expressionReturns a String-representation of this regular expression with the specified indentation.