|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpolyglot.ast.Ext_c
jif.ast.Jif_c
jif.extension.JifFieldDeclExt_c
public class JifFieldDeclExt_c
The Jif extension of the FieldDecl node.
FieldDecl| Nested Class Summary | |
|---|---|
protected static class |
JifFieldDeclExt_c.InvarianceLabelChecker
Checker to ensure that labels do not use covariant labels in the wrong places |
protected static class |
JifFieldDeclExt_c.InvarianceLabelSubstr
Visitor to ensure that labels do not use covariant labels in the wrong places |
protected static class |
JifFieldDeclExt_c.StaticFieldLabelChecker
Checker to ensure that labels of static fields do not use the This label, or any parameters |
| Field Summary |
|---|
| Fields inherited from class jif.ast.Jif_c |
|---|
toJava, X |
| Fields inherited from class polyglot.ast.Ext_c |
|---|
ext, node |
| Constructor Summary | |
|---|---|
JifFieldDeclExt_c(ToJavaExt toJava)
|
|
| Method Summary | |
|---|---|
polyglot.ast.Node |
labelCheck(LabelChecker lc)
Label check field initializers. |
void |
labelCheckField(LabelChecker lc,
JifClassType ct)
Extracts the declared label of this field. |
| Methods inherited from class jif.ast.Jif_c |
|---|
checkAndRemoveThrowType, checkThrowTypes, copy, getPathMap, init, integerBoundsCalculated, toJava, toJava, updatePathMap, X, X |
| Methods inherited from class polyglot.ast.Ext_c |
|---|
dump, ext, ext, node, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jif.ast.Jif |
|---|
integerBoundsCalculated, toJava, toJava, X, X |
| Methods inherited from interface polyglot.ast.Ext |
|---|
dump, ext, ext, init, node |
| Methods inherited from interface polyglot.util.Copy |
|---|
copy |
| Constructor Detail |
|---|
public JifFieldDeclExt_c(ToJavaExt toJava)
| Method Detail |
|---|
public void labelCheckField(LabelChecker lc,
JifClassType ct)
throws polyglot.types.SemanticException
labelCheckField in interface JifFieldDeclExtpolyglot.types.SemanticException
public polyglot.ast.Node labelCheck(LabelChecker lc)
throws polyglot.types.SemanticException
labelCheck in interface JiflabelCheck in class Jif_cpolyglot.types.SemanticException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||