Package de.innovationgate.eclipse.editors.tmlscript.parsing

Examples of de.innovationgate.eclipse.editors.tmlscript.parsing.TMLScriptMethodParameter


public class JavaObject extends TMLScriptMethod implements TMLScriptMethodExtension1 {

    public JavaObject() {
        super("javaObject", "java.lang.Object", ReflectionManager.GLOBAL_SCOPE_CLASSNAME);
        getParameters().add(new TMLScriptMethodParameter("jsObject", "java.lang.Object"));
    }
View Full Code Here

TOP

Related Classes of de.innovationgate.eclipse.editors.tmlscript.parsing.TMLScriptMethodParameter

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.