Package com.saxonica.ee.bytecode
Class SubstringAfterCompiler
- java.lang.Object
-
- com.saxonica.ee.bytecode.ExpressionCompiler
-
- com.saxonica.ee.bytecode.ToItemCompiler
-
- com.saxonica.ee.bytecode.ToStringCompiler
-
- com.saxonica.ee.bytecode.SubstringAfterCompiler
-
public class SubstringAfterCompiler extends ToStringCompiler
Generate bytecode for evaluation of a call to the substring-after() function
-
-
Constructor Summary
Constructors Constructor Description SubstringAfterCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
compileToUnicodeString(CompilerService compiler, Expression expression, OnEmpty onEmpty)
-
Methods inherited from class com.saxonica.ee.bytecode.ToStringCompiler
compileItemFromString, compileToItem, compileToPrimitive, compileToString
-
Methods inherited from class com.saxonica.ee.bytecode.ToItemCompiler
compileToBoolean, compileToIterator, compileToPush, treatAsEmptyIfFirstArgumentIsEmpty
-
Methods inherited from class com.saxonica.ee.bytecode.ExpressionCompiler
allocateStatic, compileItemFromInt, generateMethod, handleEmptyStringResult, printStackTop, verify, visitAnnotation, visitLineNumber
-
-
-
-
Method Detail
-
compileToUnicodeString
public void compileToUnicodeString(CompilerService compiler, Expression expression, OnEmpty onEmpty) throws CannotCompileException
- Overrides:
compileToUnicodeString
in classToStringCompiler
- Throws:
CannotCompileException
-
-