Package gnu.expr
Interface HasOwningField
- All Known Implementing Classes:
LangPrimType
public interface HasOwningField
Used for compiling literals.
-
Method Summary
Modifier and TypeMethodDescriptionIf non-null a field that has this value.
-
Method Details
-
getOwningField
Field getOwningField()If non-null a field that has this value.
-