Class ArrayExprent
- java.lang.Object
-
- org.jetbrains.java.decompiler.modules.decompiler.exps.Exprent
-
- org.jetbrains.java.decompiler.modules.decompiler.exps.ArrayExprent
-
- All Implemented Interfaces:
IMatchable
public class ArrayExprent extends Exprent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jetbrains.java.decompiler.modules.decompiler.exps.Exprent
Exprent.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 ArrayExprent(Exprent array, Exprent index, VarType hardType, java.util.BitSet bytecodeOffsets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckTypesResultcheckExprTypeBounds()Exprentcopy()booleanequals(java.lang.Object o)java.util.List<Exprent>getAllExprents(java.util.List<Exprent> lst)ExprentgetArray()voidgetBytecodeRange(java.util.BitSet values)intgetExprentUse()VarTypegetExprType()ExprentgetIndex()VarTypegetInferredExprType(VarType upperBound)voidreplaceExprent(Exprent oldExpr, Exprent newExpr)TextBuffertoJava(int indent)-
Methods inherited from class org.jetbrains.java.decompiler.modules.decompiler.exps.Exprent
addBytecodeOffsets, allowNewlineAfterQualifier, appendParameters, containsExprent, containsVar, findObject, gatherGenerics, getAllExprents, getAllExprents, getAllExprents, getAllVariables, getGenericArgs, getNamedGenerics, getPrecedence, match, measureBytecode, measureBytecode, measureBytecode, setInvocationInstance, setIsQualifier, sortIndexed, toJava, toString
-
-
-
-
Method Detail
-
getExprType
public VarType getExprType()
- Overrides:
getExprTypein classExprent
-
getInferredExprType
public VarType getInferredExprType(VarType upperBound)
- Overrides:
getInferredExprTypein classExprent
-
getExprentUse
public int getExprentUse()
- Overrides:
getExprentUsein classExprent
-
checkExprTypeBounds
public CheckTypesResult checkExprTypeBounds()
- Overrides:
checkExprTypeBoundsin classExprent
-
getAllExprents
public java.util.List<Exprent> getAllExprents(java.util.List<Exprent> lst)
- Specified by:
getAllExprentsin classExprent
-
toJava
public TextBuffer toJava(int indent)
-
replaceExprent
public void replaceExprent(Exprent oldExpr, Exprent newExpr)
- Overrides:
replaceExprentin classExprent
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
getArray
public Exprent getArray()
-
getIndex
public Exprent getIndex()
-
getBytecodeRange
public void getBytecodeRange(java.util.BitSet values)
- Specified by:
getBytecodeRangein classExprent
-
-