RegExpLiteral

RegExpLiteral

class RegExpLiteral : Expression {
d_string string;
}

Inherited Members

From Expression

semantic
Expression semantic(Scope* sc)

Semantically analyze Expression. Determine types, fold constants, e

Meta