public class FieldScope extends Object
Constructor and Description |
---|
FieldScope() |
FieldScope(String name,
boolean functionLocal) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
boolean |
isFunctionLocal() |
void |
setFunctionLocal(boolean functionLocal) |
void |
setName(String name) |
public FieldScope(String name, boolean functionLocal)
public FieldScope()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.