Package ca.phon.query.script
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
-
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, trimToSize
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty, toString
-
Constructor Details
-
LazyQueryScript
-
LazyQueryScript
-
-
Method Details
-
getScript
Description copied from interface:PhonScript
Get the script text.- Specified by:
getScript
in interfacePhonScript
- Overrides:
getScript
in classBasicScript
- Returns:
- script
-
getScriptURL
-