jas
Class Annotation

java.lang.Object
  extended by jas.CP
      extended by jas.Annotation

public class Annotation
extends CP


Constructor Summary
Annotation(String type)
           
Annotation()
           
 
Method Summary
 void addField(String name, String type, String add)
           
 void addValue(Object value)
           
 Annotation endAnnotation()
           
 Annotation nestAnnotation()
           
static void ParserError()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

Annotation

public Annotation(String type)

Annotation

public Annotation()
Method Detail

ParserError

public static final void ParserError()
                              throws jasError
Throws:
jasError

nestAnnotation

public Annotation nestAnnotation()
                          throws jasError
Throws:
jasError

endAnnotation

public Annotation endAnnotation()
                         throws jasError
Throws:
jasError

addField

public void addField(String name,
                     String type,
                     String add)
              throws jasError
Throws:
jasError

addValue

public void addValue(Object value)
              throws jasError
Throws:
jasError


Copyright © 2006 Jonathan Meyer, USA All rights reserved.