Package org.teavm.dependency
Class FieldDependency
- java.lang.Object
-
- org.teavm.dependency.FieldDependency
-
- All Implemented Interfaces:
FieldDependencyInfo
public class FieldDependency extends Object implements FieldDependencyInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldDependencyaddLocation(CallLocation location)voidaddLocationListener(LocationListener listener)FieldReadergetField()FieldReferencegetReference()DependencyNodegetValue()booleanisMissing()
-
-
-
Method Detail
-
getValue
public DependencyNode getValue()
- Specified by:
getValuein interfaceFieldDependencyInfo
-
getField
public FieldReader getField()
-
getReference
public FieldReference getReference()
- Specified by:
getReferencein interfaceFieldDependencyInfo
-
isMissing
public boolean isMissing()
- Specified by:
isMissingin interfaceFieldDependencyInfo
-
addLocation
public FieldDependency addLocation(CallLocation location)
-
addLocationListener
public void addLocationListener(LocationListener listener)
-
-