org.jboss.reflect.plugins.bytecode
Class BytecodeTypeInfoFactoryImpl.ModifiableArrayType
java.lang.Object
javassist.bytecode.SignatureAttribute.Type
javassist.bytecode.SignatureAttribute.ObjectType
javassist.bytecode.SignatureAttribute.ArrayType
org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl.ModifiableArrayType
- Enclosing class:
- BytecodeTypeInfoFactoryImpl
protected static class BytecodeTypeInfoFactoryImpl.ModifiableArrayType
- extends javassist.bytecode.SignatureAttribute.ArrayType
Wrapper around SignatureAttribute.ArrayType
to make it easier to
create the name used to look up the array type infos
in the cache
Methods inherited from class javassist.bytecode.SignatureAttribute.ArrayType |
getComponentType, toString |
getDimension
public int getDimension()
- Overrides:
getDimension
in class javassist.bytecode.SignatureAttribute.ArrayType
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.