Package dtool.ast.expressions.ExpIs

Examples of dtool.ast.expressions.ExpIs.ExpIsSpecialization


      return null;
    ParseHelper parse = new ParseHelper();
   
    Reference typeRef = null;
    StaticIfExpIsDefUnit isExpDefUnit = null;
    ExpIsSpecialization specKind = null;
    Reference specTypeRef = null;
    ArrayView<TemplateParameter> tplParams = null;
   
    parsing: {
      if(parse.consumeRequired(DeeTokens.OPEN_PARENS).ruleBroken) break parsing;
View Full Code Here

TOP

Related Classes of dtool.ast.expressions.ExpIs.ExpIsSpecialization

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.