Package | Description |
---|---|
com.asakusafw.dmdl.semantics |
Semantic intermediate representations of DMDL.
|
Modifier and Type | Method and Description |
---|---|
PropertyReferenceDeclaration.ReferenceKind |
PropertyReferenceDeclaration.ReferenceContainer.getKind()
Returns the kind of this container.
|
static PropertyReferenceDeclaration.ReferenceKind |
PropertyReferenceDeclaration.ReferenceKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyReferenceDeclaration.ReferenceKind[] |
PropertyReferenceDeclaration.ReferenceKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PropertyReferenceDeclaration.ReferenceContainer<?> |
PropertyReferenceDeclaration.stub(PropertyReferenceDeclaration.ReferenceKind kind)
Returns a stub instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.