Package org.apache.calcite.linq4j.tree
Interface PseudoField
- All Known Subinterfaces:
- Types.RecordField
- All Known Implementing Classes:
- ArrayLengthRecordField,- ReflectedPseudoField
public interface PseudoField
Contains the parts of the 
Field class needed
 for code generation, but might be implemented differently.- 
Method Details- 
getNameString getName()
- 
getTypeType getType()
- 
getModifiersint getModifiers()
- 
get- Throws:
- IllegalAccessException
 
- 
getDeclaringClassType getDeclaringClass()
 
-