public class AnnotationValidator
extends java.lang.Object
| Constructor and Description |
|---|
AnnotationValidator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
validateAnnotation(org.codehaus.backport175.compiler.parser.ParseContext ctx)
Validates an annotation value type.
|
static void |
validateArray(org.codehaus.backport175.compiler.parser.ParseContext ctx)
Validates a boolean value type.
|
static void |
validateBoolean(org.codehaus.backport175.compiler.parser.ParseContext ctx)
Validates a boolean value type.
|
static void |
validateCharacter(org.codehaus.backport175.compiler.parser.ParseContext ctx)
Validates a char value type.
|
static void |
validateClass(org.codehaus.backport175.compiler.parser.ParseContext ctx)
Validates a class value type.
|
static void |
validateDouble(org.codehaus.backport175.compiler.parser.ParseContext ctx)
Validates a double value type.
|
static void |
validateEnum(org.codehaus.backport175.compiler.parser.ParseContext ctx)
Validates an enum value type.
|
static void |
validateFloat(org.codehaus.backport175.compiler.parser.ParseContext ctx)
Validates a float value type.
|
static void |
validateInteger(org.codehaus.backport175.compiler.parser.ParseContext ctx)
Validates a int value type.
|
static void |
validateLong(org.codehaus.backport175.compiler.parser.ParseContext ctx)
Validates a long value type.
|
static void |
validateString(org.codehaus.backport175.compiler.parser.ParseContext ctx)
Validates a string value type.
|
public static void validateString(org.codehaus.backport175.compiler.parser.ParseContext ctx)
ctx - public static void validateLong(org.codehaus.backport175.compiler.parser.ParseContext ctx)
ctx - public static void validateInteger(org.codehaus.backport175.compiler.parser.ParseContext ctx)
ctx - public static void validateDouble(org.codehaus.backport175.compiler.parser.ParseContext ctx)
ctx - public static void validateFloat(org.codehaus.backport175.compiler.parser.ParseContext ctx)
ctx - public static void validateCharacter(org.codehaus.backport175.compiler.parser.ParseContext ctx)
ctx - public static void validateBoolean(org.codehaus.backport175.compiler.parser.ParseContext ctx)
ctx - public static void validateArray(org.codehaus.backport175.compiler.parser.ParseContext ctx)
ctx - public static void validateAnnotation(org.codehaus.backport175.compiler.parser.ParseContext ctx)
ctx - public static void validateClass(org.codehaus.backport175.compiler.parser.ParseContext ctx)
ctx - public static void validateEnum(org.codehaus.backport175.compiler.parser.ParseContext ctx)
ctx -