Package wyvern.targets.Common.wyvernIL.interpreter.values

Examples of wyvern.targets.Common.wyvernIL.interpreter.values.BytecodeEmptyVal


    emptyVal = new BytecodeTuple(new ArrayList<BytecodeValue>());
    currentContext = context;
    statements = body;
    pc = 0;
    setUpLabels();
    finalValue = new BytecodeEmptyVal();
  }
View Full Code Here

TOP

Related Classes of wyvern.targets.Common.wyvernIL.interpreter.values.BytecodeEmptyVal

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.