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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ReflectedPseudoField
 
- 
- 
Method Details- 
getName- Specified by:
- getNamein interface- PseudoField
 
- 
getType- Specified by:
- getTypein interface- PseudoField
 
- 
getModifierspublic int getModifiers()- Specified by:
- getModifiersin interface- PseudoField
 
- 
get- Specified by:
- getin interface- PseudoField
- Throws:
- IllegalAccessException
 
- 
getDeclaringClass- Specified by:
- getDeclaringClassin interface- PseudoField
 
- 
equals
- 
hashCodepublic int hashCode()
 
-