Class AnnotationExprent
- java.lang.Object
-
- org.jetbrains.java.decompiler.modules.decompiler.exps.Exprent
-
- org.jetbrains.java.decompiler.modules.decompiler.exps.AnnotationExprent
-
- All Implemented Interfaces:
IMatchable
public class AnnotationExprent extends Exprent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotationExprent.Type-
Nested classes/interfaces inherited from interface org.jetbrains.java.decompiler.struct.match.IMatchable
IMatchable.MatchProperties
-
-
Field Summary
-
Fields inherited from class org.jetbrains.java.decompiler.modules.decompiler.exps.Exprent
BOTH_FLAGS, bytecode, id, inferredLambdaTypes, MULTIPLE_USES, SIDE_EFFECTS_FREE, type
-
-
Constructor Summary
Constructors Constructor Description AnnotationExprent(java.lang.String className, java.util.List<java.lang.String> parNames, java.util.List<? extends Exprent> parValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exprentcopy()booleanequals(java.lang.Object o)protected java.util.List<Exprent>getAllExprents(java.util.List<Exprent> list)AnnotationExprent.TypegetAnnotationType()voidgetBytecodeRange(java.util.BitSet values)java.lang.StringgetClassName()TextBuffertoJava(int indent)-
Methods inherited from class org.jetbrains.java.decompiler.modules.decompiler.exps.Exprent
addBytecodeOffsets, allowNewlineAfterQualifier, appendParameters, checkExprTypeBounds, containsExprent, containsVar, findObject, gatherGenerics, getAllExprents, getAllExprents, getAllExprents, getAllVariables, getExprentUse, getExprType, getGenericArgs, getInferredExprType, getNamedGenerics, getPrecedence, match, measureBytecode, measureBytecode, measureBytecode, replaceExprent, setInvocationInstance, setIsQualifier, sortIndexed, toJava, toString
-
-
-
-
Constructor Detail
-
AnnotationExprent
public AnnotationExprent(java.lang.String className, java.util.List<java.lang.String> parNames, java.util.List<? extends Exprent> parValues)
-
-
Method Detail
-
getAllExprents
protected java.util.List<Exprent> getAllExprents(java.util.List<Exprent> list)
- Specified by:
getAllExprentsin classExprent
-
toJava
public TextBuffer toJava(int indent)
-
getClassName
public java.lang.String getClassName()
-
getAnnotationType
public AnnotationExprent.Type getAnnotationType()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
getBytecodeRange
public void getBytecodeRange(java.util.BitSet values)
- Specified by:
getBytecodeRangein classExprent
-
-