Home
last modified time | relevance | path

Searched refs:internalGetSetBooleanProperty (Results 1 – 12 of 12) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DBooleanLiteral.java94 …final boolean internalGetSetBooleanProperty(SimplePropertyDescriptor property, boolean get, boolea… in internalGetSetBooleanProperty() method in BooleanLiteral
104 return super.internalGetSetBooleanProperty(property, get, newValue); in internalGetSetBooleanProperty()
H A DLambdaExpression.java136 …final boolean internalGetSetBooleanProperty(SimplePropertyDescriptor property, boolean get, boolea… in internalGetSetBooleanProperty() method in LambdaExpression
146 return super.internalGetSetBooleanProperty(property, get, value); in internalGetSetBooleanProperty()
H A DWildcardType.java149 …final boolean internalGetSetBooleanProperty(SimplePropertyDescriptor property, boolean get, boolea… in internalGetSetBooleanProperty() method in WildcardType
159 return super.internalGetSetBooleanProperty(property, get, value); in internalGetSetBooleanProperty()
H A DImportDeclaration.java144 …final boolean internalGetSetBooleanProperty(SimplePropertyDescriptor property, boolean get, boolea… in internalGetSetBooleanProperty() method in ImportDeclaration
162 return super.internalGetSetBooleanProperty(property, get, value); in internalGetSetBooleanProperty()
H A DSwitchCase.java150 …final boolean internalGetSetBooleanProperty(SimplePropertyDescriptor property, boolean get, boolea… in internalGetSetBooleanProperty() method in SwitchCase
160 return super.internalGetSetBooleanProperty(property, get, value); in internalGetSetBooleanProperty()
H A DMethodRefParameter.java173 …final boolean internalGetSetBooleanProperty(SimplePropertyDescriptor property, boolean get, boolea… in internalGetSetBooleanProperty() method in MethodRefParameter
183 return super.internalGetSetBooleanProperty(property, get, value); in internalGetSetBooleanProperty()
H A DModuleDeclaration.java139 …final boolean internalGetSetBooleanProperty(SimplePropertyDescriptor property, boolean get, boolea… in internalGetSetBooleanProperty() method in ModuleDeclaration
149 return super.internalGetSetBooleanProperty(property, get, value); in internalGetSetBooleanProperty()
H A DSimpleName.java157 …final boolean internalGetSetBooleanProperty(SimplePropertyDescriptor property, boolean get, boolea… in internalGetSetBooleanProperty() method in SimpleName
171 return super.internalGetSetBooleanProperty(property, get, value); in internalGetSetBooleanProperty()
H A DSingleVariableDeclaration.java291 …final boolean internalGetSetBooleanProperty(SimplePropertyDescriptor property, boolean get, boolea… in internalGetSetBooleanProperty() method in SingleVariableDeclaration
301 return super.internalGetSetBooleanProperty(property, get, value); in internalGetSetBooleanProperty()
H A DTypeDeclaration.java291 …final boolean internalGetSetBooleanProperty(SimplePropertyDescriptor property, boolean get, boolea… in internalGetSetBooleanProperty() method in TypeDeclaration
301 return super.internalGetSetBooleanProperty(property, get, value); in internalGetSetBooleanProperty()
H A DASTNode.java1774 boolean result = internalGetSetBooleanProperty(p, true, false); in getStructuralProperty()
1815 internalGetSetBooleanProperty(p, false, arg); in setStructuralProperty()
1877 …boolean internalGetSetBooleanProperty(SimplePropertyDescriptor property, boolean get, boolean valu… in internalGetSetBooleanProperty() method in ASTNode
H A DMethodDeclaration.java494 …final boolean internalGetSetBooleanProperty(SimplePropertyDescriptor property, boolean get, boolea… in internalGetSetBooleanProperty() method in MethodDeclaration
511 return super.internalGetSetBooleanProperty(property, get, value); in internalGetSetBooleanProperty()