public interface Token
extends org.eclipse.emf.ecore.EObject
AsgPackage.getToken()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Returns the value of the 'Text' attribute
|
java.lang.String |
getTokentype()
Returns the value of the 'Tokentype' attribute
|
void |
setText(java.lang.String value)
Sets the value of the '
Text ' attribute |
void |
setTokentype(java.lang.String value)
Sets the value of the '
Tokentype ' attribute |
java.lang.String getText()
If the meaning of the 'Text' attribute isn't clear, there really should be more of a description here...
setText(String)
,
AsgPackage.getToken_Text()
void setText(java.lang.String value)
Text
' attribute.
value
- the new value of the 'Text' attribute.getText()
java.lang.String getTokentype()
If the meaning of the 'Tokentype' attribute isn't clear, there really should be more of a description here...
setTokentype(String)
,
AsgPackage.getToken_Tokentype()
void setTokentype(java.lang.String value)
Tokentype
' attribute.
value
- the new value of the 'Tokentype' attribute.getTokentype()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.