org.apache.xalan.xsltc.compiler.util
public final class VoidType extends Type
Method Summary | |
---|---|
boolean | identicalTo(Type other) |
Instruction | POP() |
Type | toJCType() |
String | toSignature() |
String | toString() |
void | translateFrom(ClassGenerator classGen, MethodGenerator methodGen, Class clazz)
Translates an external (primitive) Java type into a void.
|
void | translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type)
Translates a void into an object of internal type type .
|
void | translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type)
Translates a void into a string by pushing the empty string ''.
|
type
.
This translation is needed when calling external functions
that return void.
See Also: Type
See Also: Type