class ArrayType
Package: swiss.avm.up.core.generic.type.javamodel.ArrayType
Direct Known Subclasses:
class ArrayType extends ArrayType, Type, ADeprecated
This type can lead to problems, e.g. in combination with strings.
Instead of an ArrayType, use a variable with a constant as the array length definition.
(In this context, it is important to know that in the string definition, the first array length definition is always the string length.)
Properties
arrayIndex
ArrayIndex[0..N]
arrayIndex
ArrayIndex[0..N]
comment
TextLiteral[0..1]
A Literal that accepts multiple lines of text.
name
The name of this Resource.
StringLiteral[1..1]
type
Type[1..1]
Method Summary
accept
@FCodeSnippet
Parameters:
ValidatableTypeVisitorLiteral
Return:
Void