public enum JSGoogEmitterTokens extends Enum<JSGoogEmitterTokens> implements IEmitterTokens
Enum Constant and Description |
---|
ARRAY |
AS3 |
ERROR |
GOOG_ARRAY_FOREACH |
GOOG_BASE |
GOOG_BIND |
GOOG_CALL |
GOOG_CONSTRUCTOR |
GOOG_GOOG |
GOOG_INHERITS |
GOOG_PROVIDE |
GOOG_REQUIRE |
OBJECT |
SELF |
SUPERCLASS |
Modifier and Type | Method and Description |
---|---|
String |
getToken() |
static JSGoogEmitterTokens |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSGoogEmitterTokens[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSGoogEmitterTokens AS3
public static final JSGoogEmitterTokens GOOG_ARRAY_FOREACH
public static final JSGoogEmitterTokens GOOG_BASE
public static final JSGoogEmitterTokens GOOG_CALL
public static final JSGoogEmitterTokens GOOG_BIND
public static final JSGoogEmitterTokens GOOG_CONSTRUCTOR
public static final JSGoogEmitterTokens GOOG_GOOG
public static final JSGoogEmitterTokens GOOG_INHERITS
public static final JSGoogEmitterTokens GOOG_PROVIDE
public static final JSGoogEmitterTokens GOOG_REQUIRE
public static final JSGoogEmitterTokens OBJECT
public static final JSGoogEmitterTokens ARRAY
public static final JSGoogEmitterTokens ERROR
public static final JSGoogEmitterTokens SELF
public static final JSGoogEmitterTokens SUPERCLASS
public static JSGoogEmitterTokens[] values()
for (JSGoogEmitterTokens c : JSGoogEmitterTokens.values()) System.out.println(c);
public static JSGoogEmitterTokens valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getToken()
getToken
in interface IEmitterTokens
Copyright © 2016 The Apache Software Foundation. All rights reserved.