|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AsciiConstant | |
| org.multijava.util.classfile | Provides an editor for classfiles used by MultiJava and the Java Modeling Language. |
| Uses of AsciiConstant in org.multijava.util.classfile |
| Fields in org.multijava.util.classfile declared as AsciiConstant | |
private static AsciiConstant |
CodeInfo.attr
|
private AsciiConstant |
MethodInfo.name
|
private AsciiConstant |
MethodInfo.type
|
private AsciiConstant |
InnerClassInfo.simpleName
|
private AsciiConstant |
FieldInfo.name
|
private AsciiConstant |
FieldInfo.type
|
private AsciiConstant |
ClassConstant.name
|
private AsciiConstant |
GenericFunctionInfo.name
|
private AsciiConstant |
GenericFunctionInfo.type
|
private AsciiConstant |
GenericFunctionInfo.generictype
|
private AsciiConstant |
GenericFunctionInfo.topConcMethColl
|
private AsciiConstant |
LocalVariableInfo.name
|
private AsciiConstant |
LocalVariableInfo.type
|
private static AsciiConstant |
AnchorAttribute.attr
|
private AsciiConstant |
Annotation.name
|
private AsciiConstant |
Annotation.ElementValuePair.name
the pooled constant holding the name of the pair |
private AsciiConstant |
AnnotStringElementValue.value
the constant pool entry for this value |
private static AsciiConstant |
ConstantValueAttribute.attr
|
private static AsciiConstant |
DeprecatedAttribute.attr
|
private static AsciiConstant |
DispatcherAttribute.attr
|
private static AsciiConstant |
ExceptionsAttribute.attr
|
private AsciiConstant |
NameAndTypeConstant.name
|
private AsciiConstant |
NameAndTypeConstant.type
|
private AsciiConstant |
GenericAttribute.name
|
private static AsciiConstant |
GenericFunctionsAttribute.attr
|
private static AsciiConstant |
InnerClassTable.attr
|
private static AsciiConstant |
LineNumberTable.attr
|
private static AsciiConstant |
LocalVariableTable.attr
|
private static AsciiConstant |
MultimethodBodyAttribute.attr
|
private static AsciiConstant |
RedirectorAttribute.attr
|
private static AsciiConstant |
RMJAttribute.attr
|
private AsciiConstant |
RMJAttribute.val
|
private static AsciiConstant |
RuntimeVisibleAnnotationsAttribute.attr
|
private static AsciiConstant |
RuntimeVisibleParameterAnnotationsAttribute.attr
|
private static AsciiConstant |
SignatureAttribute.attr
|
private AsciiConstant |
SignatureAttribute.signature
|
private static AsciiConstant |
SourceFileAttribute.attr
|
private AsciiConstant |
SourceFileAttribute.name
|
private AsciiConstant |
StringConstant.value
|
private static AsciiConstant |
SyntheticAttribute.attr
|
private static AsciiConstant |
UniverseClassAttribute.attr
|
private AsciiConstant |
UniverseClassAttribute.version
the version of JUTS used |
private static AsciiConstant |
UniverseFieldAttribute.attr
|
private static AsciiConstant |
UniverseMethodAttribute.attr
|
| Constructors in org.multijava.util.classfile with parameters of type AsciiConstant | |
ClassConstant(AsciiConstant name)
Constructs a new class constant. |
|
NameAndTypeConstant(AsciiConstant name,
AsciiConstant type)
Constructs a name/type constant pool entry. |
|
GenericAttribute(AsciiConstant name,
DataInput in,
ConstantPool cp)
Make up a new attribute |
|
StringConstant(AsciiConstant value)
Constructs a new String (UNICODE) pooled constant. |
|
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||