Package wyvern.targets.Common.wyvernIL.IL.Expr

Examples of wyvern.targets.Common.wyvernIL.IL.Expr.Expression.accept()


  @Override
  public BytecodeContext visit(Pure pure) {
    Expression expression = pure.getExpression();
    if(expression != null) {
      interperter.setFinalVals(expression.accept(visitor),UNSAVED_MESSAGE);
    }
    return context;
  }

  /*
 
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.