Class ExitExprent
- java.lang.Object
-
- org.jetbrains.java.decompiler.modules.decompiler.exps.Exprent
-
- org.jetbrains.java.decompiler.modules.decompiler.exps.ExitExprent
-
- All Implemented Interfaces:
IMatchable
public class ExitExprent extends Exprent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExitExprent.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 ExitExprent(ExitExprent.Type exitType, Exprent value, VarType retType, java.util.BitSet bytecodeOffsets, MethodDescriptor methodDescriptor)
-
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)voidgetBytecodeRange(java.util.BitSet values)ExitExprent.TypegetExitType()MethodDescriptorgetMethodDescriptor()VarTypegetRetType()ExprentgetValue()booleanmatch(MatchNode matchNode, MatchEngine engine)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, getExprentUse, getExprType, getGenericArgs, getInferredExprType, getNamedGenerics, getPrecedence, measureBytecode, measureBytecode, measureBytecode, setInvocationInstance, setIsQualifier, sortIndexed, toJava, toString
-
-
-
-
Constructor Detail
-
ExitExprent
public ExitExprent(ExitExprent.Type exitType, Exprent value, VarType retType, java.util.BitSet bytecodeOffsets, MethodDescriptor methodDescriptor)
-
-
Method Detail
-
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
-
getExitType
public ExitExprent.Type getExitType()
-
getValue
public Exprent getValue()
-
getRetType
public VarType getRetType()
-
getMethodDescriptor
public MethodDescriptor getMethodDescriptor()
-
getBytecodeRange
public void getBytecodeRange(java.util.BitSet values)
- Specified by:
getBytecodeRangein classExprent
-
match
public boolean match(MatchNode matchNode, MatchEngine engine)
- Specified by:
matchin interfaceIMatchable- Overrides:
matchin classExprent
-
-