public class Text extends Object implements PatternElement
DEFAULT_GHOST_VALUE| Constructor and Description |
|---|
Text() |
Text(String name,
Scope scope,
boolean transparent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Scope |
getScope()
Code scope for parse text.
|
boolean |
isTransparent() |
void |
setName(String name) |
void |
setScope(Scope scope)
Set scope for parse text.
|
void |
setTransparent(boolean transparent) |
public Scope getScope()
public void setScope(Scope scope)
scope - scopepublic boolean isTransparent()
public void setTransparent(boolean transparent)
transparent - propagate or not values to current scope levelpublic String getName()
public void setName(String name)
Copyright © 2016. All rights reserved.