List of usage examples for org.eclipse.jdt.core.dom PrimitiveType annotations
public List annotations()
From source file:org.whole.lang.java.util.JDTTransformerVisitor.java
License:Open Source License
public boolean visit(PrimitiveType node) { type = conditionalWrapWithAnnotatedType( lf.createPrimitiveType(PrimitiveTypeEnum.instance.valueOf(node.getPrimitiveTypeCode().toString())), node.annotations()); return true;/*from w w w . j a v a2 s . c o m*/ }