Class LazyQueryScript
java.lang.Object
ca.phon.script.BasicScript
ca.phon.query.script.LazyQueryScript
- All Implemented Interfaces:
IExtendable,PhonScript,Appendable,CharSequence,Cloneable
- Direct Known Subclasses:
QueryScript
Defers loading of the query script until data is needed.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.phon.script.BasicScript
addClassImport, addPackageImport, addRequirePath, append, append, append, append, append, append, append, append, append, append, append, append, append, appendCodePoint, capacity, charAt, clone, codePointAt, codePointBefore, codePointCount, delete, deleteCharAt, ensureCapacity, getBuffer, getChars, getClassImports, getContext, getExtension, getExtensions, getPackageImports, getRequirePaths, indexOf, indexOf, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, lastIndexOf, lastIndexOf, length, offsetByCodePoints, putExtension, removeClassImport, removeExtension, removePackageImport, removeRequirePath, replace, resetContext, reverse, setCharAt, setLength, subSequence, substring, substring, trimToSizeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty, toString
-
Constructor Details
-
LazyQueryScript
-
LazyQueryScript
-
-
Method Details
-
getScript
Description copied from interface:PhonScriptGet the script text.- Specified by:
getScriptin interfacePhonScript- Overrides:
getScriptin classBasicScript- Returns:
- script
-
getScriptURL
-