Package org.apache.calcite.linq4j.tree
Class ReflectedPseudoField
java.lang.Object
org.apache.calcite.linq4j.tree.ReflectedPseudoField
- All Implemented Interfaces:
PseudoField
Represents a PseudoField that is implemented via a Java reflection
Field.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReflectedPseudoField
-
-
Method Details
-
getName
- Specified by:
getNamein interfacePseudoField
-
getType
- Specified by:
getTypein interfacePseudoField
-
getModifiers
public int getModifiers()- Specified by:
getModifiersin interfacePseudoField
-
get
- Specified by:
getin interfacePseudoField- Throws:
IllegalAccessException
-
getDeclaringClass
- Specified by:
getDeclaringClassin interfacePseudoField
-
equals
-
hashCode
public int hashCode()
-