Class AssertExprent
- java.lang.Object
-
- org.jetbrains.java.decompiler.modules.decompiler.exps.Exprent
-
- org.jetbrains.java.decompiler.modules.decompiler.exps.AssertExprent
-
- All Implemented Interfaces:
IMatchable
public class AssertExprent 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 AssertExprent(java.util.List<? extends Exprent> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exprentcopy()protected java.util.List<Exprent>getAllExprents(java.util.List<Exprent> list)voidgetBytecodeRange(java.util.BitSet values)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
-
AssertExprent
public AssertExprent(java.util.List<? extends Exprent> parameters)
-
-
Method Detail
-
getAllExprents
protected java.util.List<Exprent> getAllExprents(java.util.List<Exprent> list)
- Specified by:
getAllExprentsin classExprent
-
toJava
public TextBuffer toJava(int indent)
-
getBytecodeRange
public void getBytecodeRange(java.util.BitSet values)
- Specified by:
getBytecodeRangein classExprent
-
-