INPUTTYPE - the instance type.VALUETYPE - the result value type.public abstract class ValuedVisitor<VALUETYPE,INPUTTYPE> extends Object implements Visitor<INPUTTYPE>
| Constructor and Description |
|---|
ValuedVisitor() |
| Modifier and Type | Method and Description |
|---|---|
VALUETYPE |
getResult()
Get the result value.
|
boolean |
hasResult()
|
protected void |
setResult(VALUETYPE result)
Set the result value.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.