Package dtool.ast.expressions

Examples of dtool.ast.expressions.ExpMixinString.detachFromParent()


      // Check if ";" was consumed
      if(declResult.ruleBroken) {
        // If not, then this could have been parsed as an expression, retry with expression rule.
       
        ExpMixinString expMixinString = declarationMixinString.exp;
        expMixinString.detachFromParent();
       
        // TODO: perhaps we could add a precise check for whether expMixinString
        // was consumed sucessfully or had rule broken
       
        ParseHelper parse = new ParseHelper(expMixinString.getStartPos());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.