Package org.teavm.model.analysis
Interface ClassMetadataRequirements.Info
- Enclosing class:
ClassMetadataRequirements
public static interface ClassMetadataRequirements.Info
-
Method Details
-
name
boolean name() -
simpleName
boolean simpleName() -
declaringClass
boolean declaringClass() -
enclosingClass
boolean enclosingClass() -
superclass
boolean superclass() -
isAssignable
boolean isAssignable() -
newArray
boolean newArray() -
arrayLength
boolean arrayLength() -
arrayGet
boolean arrayGet() -
arraySet
boolean arraySet() -
arrayCopy
boolean arrayCopy() -
cloneMethod
boolean cloneMethod() -
enumConstants
boolean enumConstants() -
annotations
boolean annotations() -
interfaces
boolean interfaces() -
classInit
boolean classInit()
-