Package com.saxonica.ee.bytecode
Class NameCompiler
- java.lang.Object
-
public class NameCompiler extends NodePropertyCompiler
Generate bytecode for evaluation of functions such as name() and local-name() which return a string property of a node
-
-
Field Summary
-
Fields inherited from class com.saxonica.ee.bytecode.NodePropertyCompiler
methodName
-
-
Constructor Summary
Constructors Constructor Description NameCompiler()
-
Method Summary
-
Methods inherited from class com.saxonica.ee.bytecode.NodePropertyCompiler
compileToPrimitive
-
Methods inherited from class com.saxonica.ee.bytecode.ToStringCompiler
compileItemFromString, compileToItem, compileToString, compileToUnicodeString
-
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
-
-