org.zoeey.ztpl.plugins.ZTPC_Include.java Source code

Java tutorial

Introduction

Here is the source code for org.zoeey.ztpl.plugins.ZTPC_Include.java

Source

/*
 * MoXie (SysTem128@GMail.Com) 2009-4-30 22:44:24
 * 
 * Copyright © 2008-2009 Zoeey.Org
 * Code license: GNU Lesser General Public License Version 3
 * http://www.gnu.org/licenses/lgpl-3.0.txt
 */
package org.zoeey.ztpl.plugins;

import org.objectweb.asm.Opcodes;
import org.zoeey.ztpl.compiler.CompileAble;
import org.zoeey.ztpl.Ztpl;
import org.zoeey.ztpl.compiler.ByteCodeHelper;

/**
 *
 * @author MoXie(SysTem128@GMail.Com)
 */
public class ZTPC_Include implements CompileAble, Opcodes {

    public void call(ByteCodeHelper helper, Ztpl tpl) {
        throw new UnsupportedOperationException("Not supported yet.");
    }
}