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
-
getName
String getName() -
getType
Type getType() -
getModifiers
int getModifiers() -
get
- Throws:
IllegalAccessException
-
getDeclaringClass
Type getDeclaringClass()
-