Groovy 2.1.0-rc-3

org.codehaus.groovy.transform.stc
[Java] Enum StaticTypesMarker

java.lang.Object
  java.lang.Enum
      org.codehaus.groovy.transform.stc.StaticTypesMarker

public enum StaticTypesMarker
extends Enum

This enumeration is used by the AST transformations which rely on static type checking, either to store or to retrieve information from AST node metadata. The values of this enumeration are used as metadata keys.


Method Summary
 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Copyright © 2003-2013 The Codehaus. All rights reserved.