public interface TypeAttribute extends Attribute
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_TYPE
the default type
|
Modifier and Type | Method and Description |
---|---|
void |
setType(java.lang.String type)
Set the lexical type.
|
java.lang.String |
type()
Returns this Token's lexical type.
|
static final java.lang.String DEFAULT_TYPE
java.lang.String type()
setType(String)
void setType(java.lang.String type)
type()
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.