Package com.laytonsmith.core.constructs

Examples of com.laytonsmith.core.constructs.CString


            if(VariableManager.instance != null)
                varValue = VariableManager.instance.getVariable(varName, namespace);
            if(varValue == null)
                varValue = "Unknown Variable!";

            return new CString(varValue, arg0);
        }
View Full Code Here

TOP

Related Classes of com.laytonsmith.core.constructs.CString

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.