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