public enum JSDocEmitterTokens extends Enum<JSDocEmitterTokens> implements IEmitterTokens
Enum Constant and Description |
---|
JSDOC_CLOSE |
JSDOC_OPEN |
Modifier and Type | Method and Description |
---|---|
String |
getToken() |
static JSDocEmitterTokens |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSDocEmitterTokens[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSDocEmitterTokens JSDOC_CLOSE
public static final JSDocEmitterTokens JSDOC_OPEN
public static JSDocEmitterTokens[] values()
for (JSDocEmitterTokens c : JSDocEmitterTokens.values()) System.out.println(c);
public static JSDocEmitterTokens 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.