IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Attributes.AnnotationDefaultAttribute Class Referencesealed
Inheritance diagram for IKVM.Attributes.AnnotationDefaultAttribute:

Public Member Functions

 AnnotationDefaultAttribute (object defaultValue)
 

Static Public Attributes

const byte TAG_ENUM = (byte)'e'
 
const byte TAG_CLASS = (byte)'c'
 
const byte TAG_ANNOTATION = (byte)'@'
 
const byte TAG_ARRAY = (byte)'['
 
const byte TAG_ERROR = (byte)'?'
 

Properties

object Value [get]
 

Detailed Description

Definition at line 32 of file AnnotationDefaultAttribute.cs.

Constructor & Destructor Documentation

◆ AnnotationDefaultAttribute()

IKVM.Attributes.AnnotationDefaultAttribute.AnnotationDefaultAttribute ( object defaultValue)

Definition at line 82 of file AnnotationDefaultAttribute.cs.

83 {
84 this.defaultValue = Unescape(defaultValue);
85 }

Member Data Documentation

◆ TAG_ANNOTATION

const byte IKVM.Attributes.AnnotationDefaultAttribute.TAG_ANNOTATION = (byte)'@'
static

Definition at line 37 of file AnnotationDefaultAttribute.cs.

◆ TAG_ARRAY

const byte IKVM.Attributes.AnnotationDefaultAttribute.TAG_ARRAY = (byte)'['
static

Definition at line 38 of file AnnotationDefaultAttribute.cs.

◆ TAG_CLASS

const byte IKVM.Attributes.AnnotationDefaultAttribute.TAG_CLASS = (byte)'c'
static

Definition at line 36 of file AnnotationDefaultAttribute.cs.

◆ TAG_ENUM

const byte IKVM.Attributes.AnnotationDefaultAttribute.TAG_ENUM = (byte)'e'
static

Definition at line 35 of file AnnotationDefaultAttribute.cs.

◆ TAG_ERROR

const byte IKVM.Attributes.AnnotationDefaultAttribute.TAG_ERROR = (byte)'?'
static

Definition at line 39 of file AnnotationDefaultAttribute.cs.

Property Documentation

◆ Value

object IKVM.Attributes.AnnotationDefaultAttribute.Value
get

Definition at line 87 of file AnnotationDefaultAttribute.cs.


The documentation for this class was generated from the following file: