Uses of Class
com.strobel.decompiler.languages.java.ast.InlinedBytecodeExpression
Packages that use InlinedBytecodeExpression
Package
Description
-
Uses of InlinedBytecodeExpression in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type InlinedBytecodeExpressionModifier and TypeMethodDescriptionJavaOutputVisitor.visitInlinedBytecode(InlinedBytecodeExpression node, Void data) -
Uses of InlinedBytecodeExpression in com.strobel.decompiler.languages.java.ast
Subclasses of InlinedBytecodeExpression in com.strobel.decompiler.languages.java.astModifier and TypeClassDescriptionprivate static final classFields in com.strobel.decompiler.languages.java.ast declared as InlinedBytecodeExpressionModifier and TypeFieldDescriptionstatic final InlinedBytecodeExpressionInlinedBytecodeExpression.NULLMethods in com.strobel.decompiler.languages.java.ast with parameters of type InlinedBytecodeExpressionModifier and TypeMethodDescriptionDepthFirstAstVisitor.visitInlinedBytecode(InlinedBytecodeExpression node, T data) IAstVisitor.visitInlinedBytecode(InlinedBytecodeExpression node, T data) JavaNameResolver.FindDeclarationVisitor.visitInlinedBytecode(InlinedBytecodeExpression node, String data) -
Uses of InlinedBytecodeExpression in com.strobel.decompiler.languages.java.ast.transforms
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type InlinedBytecodeExpressionModifier and TypeMethodDescriptionIntroduceStringConcatenationTransform.visitInlinedBytecode(InlinedBytecodeExpression node, Void data)