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