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
-
Method Summary
-
Constructor Details
-
ReflectedPseudoField
-
-
Method Details
-
getName
- Specified by:
getName
in interfacePseudoField
-
getType
- Specified by:
getType
in interfacePseudoField
-
getModifiers
public int getModifiers()- Specified by:
getModifiers
in interfacePseudoField
-
get
- Specified by:
get
in interfacePseudoField
- Throws:
IllegalAccessException
-
getDeclaringClass
- Specified by:
getDeclaringClass
in interfacePseudoField
-
equals
-
hashCode
public int hashCode()
-