Package org.rascalmpl.ast

Examples of org.rascalmpl.ast.Class$Union


   
    if (symbol.isCaseInsensitiveLiteral()) {
      return factory.constructor(Factory.Symbol_CiLit, ciliteral2Symbol(symbol.getCistring()));
    }
    if (symbol.isCharacterClass()) {
      Class cc = symbol.getCharClass();
      return charclass2Symbol(cc);
    }
    if (symbol.isIter()) {
      if (lex) {
        return factory.constructor(Factory.Symbol_IterPlus, symbolAST2SymbolConstructor(symbol.getSymbol(), lex, layout));
View Full Code Here

TOP

Related Classes of org.rascalmpl.ast.Class$Union

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.