public class ElementToken extends Token
Constructor and Description |
---|
ElementToken(ElementExp[] acceptedPatterns) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(ElementExp exp)
returns true if the given ElementExp can consume this token
|
String |
toString() |
public ElementToken(ElementExp[] acceptedPatterns)
Copyright © 2016 Oracle Corporation. All rights reserved.