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