org.apache.xalan.xsltc.compiler
Class FunctionCall.JavaType

java.lang.Object
  extended by org.apache.xalan.xsltc.compiler.FunctionCall.JavaType
Enclosing class:
FunctionCall

static class FunctionCall.JavaType
extends java.lang.Object

inner class to used in internal2Java mappings, contains the Java type and the distance between the internal type and the Java type.


Field Summary
 int distance
           
 java.lang.Class type
           
 
Constructor Summary
FunctionCall.JavaType(java.lang.Class type, int distance)
           
 
Method Summary
 boolean equals(java.lang.Object query)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public java.lang.Class type

distance

public int distance
Constructor Detail

FunctionCall.JavaType

public FunctionCall.JavaType(java.lang.Class type,
                             int distance)
Method Detail

equals

public boolean equals(java.lang.Object query)
Overrides:
equals in class java.lang.Object