Class YieldExprent
- java.lang.Object
-
- org.jetbrains.java.decompiler.modules.decompiler.exps.Exprent
-
- org.jetbrains.java.decompiler.modules.decompiler.exps.YieldExprent
-
- All Implemented Interfaces:
IMatchable
public class YieldExprent 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 YieldExprent(Exprent content, VarType retType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckTypesResultcheckExprTypeBounds()Exprentcopy()protected java.util.List<Exprent>getAllExprents(java.util.List<Exprent> list)voidgetBytecodeRange(java.util.BitSet values)ExprentgetContent()VarTypegetExprType()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, getGenericArgs, getInferredExprType, getNamedGenerics, getPrecedence, match, measureBytecode, measureBytecode, measureBytecode, setInvocationInstance, setIsQualifier, sortIndexed, toJava, toString
-
-
-
-
Method Detail
-
getAllExprents
protected java.util.List<Exprent> getAllExprents(java.util.List<Exprent> list)
- Specified by:
getAllExprentsin classExprent
-
checkExprTypeBounds
public CheckTypesResult checkExprTypeBounds()
- Overrides:
checkExprTypeBoundsin classExprent
-
toJava
public TextBuffer toJava(int indent)
-
getContent
public Exprent getContent()
-
replaceExprent
public void replaceExprent(Exprent oldExpr, Exprent newExpr)
- Overrides:
replaceExprentin classExprent
-
getExprType
public VarType getExprType()
- Overrides:
getExprTypein classExprent
-
getBytecodeRange
public void getBytecodeRange(java.util.BitSet values)
- Specified by:
getBytecodeRangein classExprent
-
-