Uses of Class
de.xima.fc.interfaces.placeholder.EPlaceholderSyntaxKind
-
Packages that use EPlaceholderSyntaxKind Package Description de.xima.fc.interfaces.placeholder de.xima.fc.mdl.placeholder -
-
Uses of EPlaceholderSyntaxKind in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder that return EPlaceholderSyntaxKind Modifier and Type Method Description EPlaceholderSyntaxKind
IStaticPlaceholder. getSyntaxKind()
EPlaceholderSyntaxKind
IParsedPlaceholder. getType()
static EPlaceholderSyntaxKind
EPlaceholderSyntaxKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static EPlaceholderSyntaxKind[]
EPlaceholderSyntaxKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EPlaceholderSyntaxKind in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return types with arguments of type EPlaceholderSyntaxKind Modifier and Type Method Description static com.google.common.collect.ImmutableMap<EPlaceholderSyntaxKind,com.google.common.collect.ImmutableMap<String,IStaticPlaceholder>>
CommonPlaceholders. getBySyntaxKindAndContentMap()
Methods in de.xima.fc.mdl.placeholder with parameters of type EPlaceholderSyntaxKind Modifier and Type Method Description static PlaceholderDescriptorBuilder
PlaceholderDescriptorBuilder. builder(EPlaceholderSyntaxKind syntaxKind)
static IStaticPlaceholder
CommonPlaceholders. getBySyntaxKindAndContent(EPlaceholderSyntaxKind syntaxKind, String content)
PlaceholderDescriptorBuilder
PlaceholderDescriptorBuilder. syntaxKind(EPlaceholderSyntaxKind syntaxKind)
Constructors in de.xima.fc.mdl.placeholder with parameters of type EPlaceholderSyntaxKind Constructor Description PlaceholderDescriptorBuilder(EPlaceholderSyntaxKind syntaxKind)
-