Package com.tonic.analysis
Class Bootstraps.BootstrapRef
- java.lang.Object
-
- com.tonic.analysis.Bootstraps.BootstrapRef
-
- Enclosing class:
- Bootstraps
public static final class Bootstraps.BootstrapRef extends Object
Immutable resolved view of a single bootstrap method.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcategory()Classifies the bootstrap family from its owner/name.List<Integer>getArgCpIndices()StringgetDescriptor()StringgetKind()StringgetName()StringgetOwner()
-
-
-
Method Detail
-
getKind
public String getKind()
- Returns:
- the kind
-
getOwner
public String getOwner()
- Returns:
- the owner
-
getName
public String getName()
- Returns:
- the name
-
getDescriptor
public String getDescriptor()
- Returns:
- the descriptor
-
category
public String category()
Classifies the bootstrap family from its owner/name.- Returns:
- one of
stringconcat,lambda,switch,recordorother
-
-