Uses of Class
com.strobel.decompiler.languages.java.ast.ArraySpecifier
-
Packages that use ArraySpecifier Package Description com.strobel.decompiler.languages.java com.strobel.decompiler.languages.java.ast -
-
Uses of ArraySpecifier in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type ArraySpecifier Modifier and Type Method Description java.lang.Void
JavaOutputVisitor. visitArraySpecifier(ArraySpecifier node, java.lang.Void ignored)
-
Uses of ArraySpecifier in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type ArraySpecifier Modifier and Type Field Description static Role<ArraySpecifier>
ArrayCreationExpression. ADDITIONAL_ARRAY_SPECIFIER_ROLE
static Role<ArraySpecifier>
ComposedType. ARRAY_SPECIFIER_ROLE
Methods in com.strobel.decompiler.languages.java.ast that return types with arguments of type ArraySpecifier Modifier and Type Method Description AstNodeCollection<ArraySpecifier>
ArrayCreationExpression. getAdditionalArraySpecifiers()
AstNodeCollection<ArraySpecifier>
ComposedType. getArraySpecifiers()
Role<? extends ArraySpecifier>
ArraySpecifier. getRole()
Methods in com.strobel.decompiler.languages.java.ast with parameters of type ArraySpecifier Modifier and Type Method Description S
DepthFirstAstVisitor. visitArraySpecifier(ArraySpecifier node, T data)
R
IAstVisitor. visitArraySpecifier(ArraySpecifier node, T data)
java.util.Set<java.lang.Object>
JavaNameResolver.FindDeclarationVisitor. visitArraySpecifier(ArraySpecifier node, java.lang.String name)
-