Package | Description |
---|---|
org.apache.xalan.xsltc.compiler.util |
Modifier and Type | Method | Description |
---|---|---|
void |
BooleanType.translateTo(ClassGenerator classGen,
MethodGenerator methodGen,
RealType type) |
Expects a boolean on the stack and pushes a real.
|
void |
IntType.translateTo(ClassGenerator classGen,
MethodGenerator methodGen,
RealType type) |
Expects an integer on the stack and pushes a real.
|
void |
NodeSetType.translateTo(ClassGenerator classGen,
MethodGenerator methodGen,
RealType type) |
Expects a node-set on the stack and pushes a real.
|
void |
NodeType.translateTo(ClassGenerator classGen,
MethodGenerator methodGen,
RealType type) |
Expects a node on the stack and pushes a real.
|
void |
ReferenceType.translateTo(ClassGenerator classGen,
MethodGenerator methodGen,
RealType type) |
Translates a reference into an object of internal type
type . |
void |
ResultTreeType.translateTo(ClassGenerator classGen,
MethodGenerator methodGen,
RealType type) |
Expects an result tree on the stack and pushes a real.
|
void |
StringType.translateTo(ClassGenerator classGen,
MethodGenerator methodGen,
RealType type) |
Translates a string into a real by calling stringToReal() from the
basis library.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.