public interface Type
| Modifier and Type | Method and Description |
|---|---|
BlockBuilder |
createBlockBuilder(BlockBuilderStatus blockBuilderStatus)
Creates a block builder for this type.
|
Class<?> |
getJavaType()
Gets the Java class type used to represent this value on the stack during
expression execution.
|
String |
getName()
Gets the name of this type which must be case insensitive globally unique.
|
String getName()
Class<?> getJavaType()
BlockBuilder createBlockBuilder(BlockBuilderStatus blockBuilderStatus)
Copyright © 2012-2014. All Rights Reserved.