JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
com.vaadin.hilla.parser.core
Package
com.vaadin.hilla.parser.core
Interface Node<S,
T>
All Known Implementing Classes:
AbstractNode
,
RootNode
public interface
Node<S,
T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
S
getSource
()
T
getTarget
()
void
setTarget
(
T
target)
Method Details
getSource
S
getSource
()
getTarget
T
getTarget
()
setTarget
void
setTarget
(
T
target)